Bouncy Castle Cryptography Library 1.84

org.bouncycastle.openpgp.operator.bc
Class BcAEADUtil

java.lang.Object
  extended byorg.bouncycastle.openpgp.operator.PGPAEADUtil
      extended byorg.bouncycastle.openpgp.operator.bc.BcAEADUtil

public class BcAEADUtil
extends PGPAEADUtil


Nested Class Summary
protected static class BcAEADUtil.PGPAeadInputStream
           
protected static class BcAEADUtil.PGPAeadOutputStream
           
 
Constructor Summary
BcAEADUtil()
           
 
Method Summary
static org.bouncycastle.crypto.modes.AEADBlockCipher createAEADCipher(int encAlgorithm, int aeadAlgorithm)
           
 
Methods inherited from class org.bouncycastle.openpgp.operator.PGPAEADUtil
getChunkLength, getNonce, xorChunkId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcAEADUtil

public BcAEADUtil()
Method Detail

createAEADCipher

public static org.bouncycastle.crypto.modes.AEADBlockCipher createAEADCipher(int encAlgorithm,
                                                                             int aeadAlgorithm)
                                                                      throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.84