Class BcAEADUtil
java.lang.Object
org.bouncycastle.openpgp.operator.PGPAEADUtil
org.bouncycastle.openpgp.operator.bc.BcAEADUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bouncycastle.crypto.modes.AEADBlockCiphercreateAEADCipher(int encAlgorithm, int aeadAlgorithm) Methods inherited from class PGPAEADUtil
getChunkLength, getNonce, xorChunkId
-
Constructor Details
-
BcAEADUtil
public BcAEADUtil()
-
-
Method Details
-
createAEADCipher
public static org.bouncycastle.crypto.modes.AEADBlockCipher createAEADCipher(int encAlgorithm, int aeadAlgorithm) throws PGPException - Throws:
PGPException
-