Uses of Interface
org.gudy.bouncycastle.crypto.AsymmetricBlockCipher
Packages that use AsymmetricBlockCipher
Package
Description
Block encodings for asymmetric ciphers.
-
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.crypto
Fields in org.gudy.bouncycastle.crypto declared as AsymmetricBlockCipherModifier and TypeFieldDescriptionprivate AsymmetricBlockCipher
BufferedAsymmetricBlockCipher.cipher
Methods in org.gudy.bouncycastle.crypto that return AsymmetricBlockCipherModifier and TypeMethodDescriptionBufferedAsymmetricBlockCipher.getUnderlyingCipher()
return the underlying cipher for the buffer.Constructors in org.gudy.bouncycastle.crypto with parameters of type AsymmetricBlockCipherModifierConstructorDescriptionbase constructor. -
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.crypto.encodings
Classes in org.gudy.bouncycastle.crypto.encodings that implement AsymmetricBlockCipherModifier and TypeClassDescriptionclass
ISO 9796-1 padding.class
Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.class
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 AsymmetricBlockCipherModifier and TypeFieldDescriptionprivate AsymmetricBlockCipher
ISO9796d1Encoding.engine
private AsymmetricBlockCipher
OAEPEncoding.engine
private AsymmetricBlockCipher
PKCS1Encoding.engine
Methods in org.gudy.bouncycastle.crypto.encodings that return AsymmetricBlockCipherModifier and TypeMethodDescriptionISO9796d1Encoding.getUnderlyingCipher()
OAEPEncoding.getUnderlyingCipher()
PKCS1Encoding.getUnderlyingCipher()
Constructors in org.gudy.bouncycastle.crypto.encodings with parameters of type AsymmetricBlockCipherModifierConstructorDescriptionOAEPEncoding
(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 -
Uses of AsymmetricBlockCipher in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as AsymmetricBlockCipherConstructors in org.gudy.bouncycastle.jce.provider with parameters of type AsymmetricBlockCipherModifierConstructorDescriptionprotected
JDKDigestSignature
(String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)