Home
last modified time | relevance | path

Searched defs:getUnderlyingCipher (Results 1 – 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DStreamBlockCipher.java22 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in StreamBlockCipher
DBufferedBlockCipher.java66 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DAEADBlockCipher.java46 public BlockCipher getUnderlyingCipher(); in getUnderlyingCipher() method
DCBCBlockCipher.java44 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CBCBlockCipher
DCCMBlockCipher.java58 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CCMBlockCipher
DGCMBlockCipher.java84 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
DOAEPEncoding.java76 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OAEPEncoding
DPKCS1Encoding.java121 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in PKCS1Encoding
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java1213 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher(); in getUnderlyingCipher() method
1268 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BaseBlockCipher.BufferedGenericBlockCipher
1363 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BaseBlockCipher.AEADGenericBlockCipher