Package org.conscrypt

Class OpenSSLAeadCipherAES.GCM_SIV.AES_128

    • Constructor Detail

      • AES_128

        public 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.
        Overrides:
        checkSupportedKeySize in class OpenSSLAeadCipherAES
        Throws:
        java.security.InvalidKeyException