Package org.conscrypt

Class OpenSSLEvpCipherAES.AES_128

    • Method Detail

      • checkSupportedKeySize

        void checkSupportedKeySize​(int keyLength)
                            throws java.security.InvalidKeyException
        Description copied from class: OpenSSLCipher
        Checks whether the cipher supports this particular keySize (in bytes) and throws InvalidKeyException if it doesn't.
        Specified by:
        checkSupportedKeySize in class OpenSSLCipher
        Throws:
        java.security.InvalidKeyException