Uses of Class
org.conscrypt.OpenSSLCipher.Mode
-
Packages that use OpenSSLCipher.Mode Package Description org.conscrypt -
-
Uses of OpenSSLCipher.Mode in org.conscrypt
Fields in org.conscrypt declared as OpenSSLCipher.Mode Modifier and Type Field Description (package private) OpenSSLCipher.ModeOpenSSLCipher. modeThe current cipher mode.Methods in org.conscrypt that return OpenSSLCipher.Mode Modifier and Type Method Description static OpenSSLCipher.ModeOpenSSLCipher.Mode. getNormalized(java.lang.String modeString)static OpenSSLCipher.ModeOpenSSLCipher.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenSSLCipher.Mode[]OpenSSLCipher.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.conscrypt with parameters of type OpenSSLCipher.Mode Modifier and Type Method Description (package private) voidOpenSSLAeadCipherAES.GCM_SIV. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) voidOpenSSLAeadCipherAES.GCM. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) voidOpenSSLAeadCipherChaCha20. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) abstract voidOpenSSLCipher. checkSupportedMode(OpenSSLCipher.Mode mode)Checks whether the cipher supports this particular ciphermodeand throwsNoSuchAlgorithmExceptionif it doesn't.(package private) voidOpenSSLCipherChaCha20. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) voidOpenSSLEvpCipherAES. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) voidOpenSSLEvpCipherARC4. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) voidOpenSSLEvpCipherDESEDE. checkSupportedMode(OpenSSLCipher.Mode mode)(package private) abstract java.lang.StringOpenSSLEvpCipher. getCipherName(int keySize, OpenSSLCipher.Mode mode)Returns the OpenSSL cipher name for the particularkeySizeand ciphermode.(package private) java.lang.StringOpenSSLEvpCipherAES. getCipherName(int keyLength, OpenSSLCipher.Mode mode)(package private) java.lang.StringOpenSSLEvpCipherARC4. getCipherName(int keySize, OpenSSLCipher.Mode mode)(package private) java.lang.StringOpenSSLEvpCipherDESEDE. getCipherName(int keySize, OpenSSLCipher.Mode mode)Constructors in org.conscrypt with parameters of type OpenSSLCipher.Mode Constructor Description AES(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)AES_128(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)AES_256(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)OpenSSLAeadCipher(OpenSSLCipher.Mode mode)OpenSSLAeadCipherAES(OpenSSLCipher.Mode mode)OpenSSLCipher(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)OpenSSLEvpCipher(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)OpenSSLEvpCipherAES(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)OpenSSLEvpCipherDESEDE(OpenSSLCipher.Mode mode, OpenSSLCipher.Padding padding)
-