Class SecurityProvider
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.client.keys.SecurityProvider
-
public class SecurityProvider extends Object
author: Pascal Knueppel
created at: 09.12.2019 - 14:55
this class will provide some security providers
-
-
Field Summary
Fields Modifier and Type Field Description static ProviderBOUNCY_CASTLE_PROVIDERthe bouncy castle provider that is needed for PKCS12 keystores
-
Constructor Summary
Constructors Constructor Description SecurityProvider()
-
-
-
Field Detail
-
BOUNCY_CASTLE_PROVIDER
public static final Provider BOUNCY_CASTLE_PROVIDER
the bouncy castle provider that is needed for PKCS12 keystores
-
-