Package org.conscrypt

Class OpenSSLAeadCipherAES.GCM_SIV.AES_256

    • Constructor Detail

      • AES_256

        public AES_256()
    • 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