Class OpenSslJna
java.lang.Object
org.apache.commons.crypto.jna.OpenSslJna
Provides access to package protected class objects and a
main(String[]) method that prints version information.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends CryptoCipher> static Class<? extends CryptoRandom> static Throwablestatic booleanstatic void
-
Constructor Details
-
OpenSslJna
public OpenSslJna()
-
-
Method Details
-
getCipherClass
- Returns:
- The cipher class of JNA implementation
-
getRandomClass
- Returns:
- The random class of JNA implementation
-
initialisationError
- Returns:
- the error of JNA
-
isEnabled
- Returns:
- true if JNA native loads successfully
-
main
-