Class PGPSecretKeyDecryptorWithAAD

    • Constructor Detail

      • PGPSecretKeyDecryptorWithAAD

        public PGPSecretKeyDecryptorWithAAD​(char[] passPhrase,
                                            PGPDigestCalculatorProvider calculatorProvider)
    • Method Detail

      • recoverKeyData

        public abstract byte[] recoverKeyData​(int encAlgorithm,
                                              byte[] key,
                                              byte[] iv,
                                              byte[] aad,
                                              byte[] keyData,
                                              int keyOff,
                                              int keyLen)
                                       throws PGPException
        Throws:
        PGPException