Uses of Interface
org.gudy.bouncycastle.crypto.AsymmetricBlockCipher
-
Packages that use AsymmetricBlockCipher Package Description org.gudy.bouncycastle.crypto org.gudy.bouncycastle.crypto.encodings Block encodings for asymmetric ciphers.org.gudy.bouncycastle.crypto.engines org.gudy.bouncycastle.jce.provider -
-
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.crypto
Fields in org.gudy.bouncycastle.crypto declared as AsymmetricBlockCipher Modifier and Type Field Description private AsymmetricBlockCipher
BufferedAsymmetricBlockCipher. cipher
Methods in org.gudy.bouncycastle.crypto that return AsymmetricBlockCipher Modifier and Type Method Description AsymmetricBlockCipher
BufferedAsymmetricBlockCipher. getUnderlyingCipher()
return the underlying cipher for the buffer.Constructors in org.gudy.bouncycastle.crypto with parameters of type AsymmetricBlockCipher Constructor Description BufferedAsymmetricBlockCipher(AsymmetricBlockCipher cipher)
base constructor. -
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.crypto.encodings
Classes in org.gudy.bouncycastle.crypto.encodings that implement AsymmetricBlockCipher Modifier and Type Class Description class
ISO9796d1Encoding
ISO 9796-1 padding.class
OAEPEncoding
Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.class
PKCS1Encoding
this does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details.Fields in org.gudy.bouncycastle.crypto.encodings declared as AsymmetricBlockCipher Modifier and Type Field Description private AsymmetricBlockCipher
ISO9796d1Encoding. engine
private AsymmetricBlockCipher
OAEPEncoding. engine
private AsymmetricBlockCipher
PKCS1Encoding. engine
Methods in org.gudy.bouncycastle.crypto.encodings that return AsymmetricBlockCipher Modifier and Type Method Description AsymmetricBlockCipher
ISO9796d1Encoding. getUnderlyingCipher()
AsymmetricBlockCipher
OAEPEncoding. getUnderlyingCipher()
AsymmetricBlockCipher
PKCS1Encoding. getUnderlyingCipher()
Constructors in org.gudy.bouncycastle.crypto.encodings with parameters of type AsymmetricBlockCipher Constructor Description ISO9796d1Encoding(AsymmetricBlockCipher cipher)
OAEPEncoding(AsymmetricBlockCipher cipher)
OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash)
OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash, byte[] encodingParams)
PKCS1Encoding(AsymmetricBlockCipher cipher)
-
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.crypto.engines
Classes in org.gudy.bouncycastle.crypto.engines that implement AsymmetricBlockCipher Modifier and Type Class Description class
RSAEngine
this does your basic RSA algorithm. -
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as AsymmetricBlockCipher Modifier and Type Field Description private AsymmetricBlockCipher
JDKDigestSignature. cipher
Constructors in org.gudy.bouncycastle.jce.provider with parameters of type AsymmetricBlockCipher Constructor Description JDKDigestSignature(java.lang.String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)
-