Class BouncyCastleConfiguration
- java.lang.Object
-
- com.amazonaws.encryptionsdk.internal.BouncyCastleConfiguration
-
public class BouncyCastleConfiguration extends Object
This API is internal and subject to change. It is used to add BouncyCastleProvider to the java.security.Provider list, and to provide a static reference to BouncyCastleProvider for internal classes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init()
No-op used to force class loading on first call, which will cause the static blocks to be executed
-