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 AsymmetricBlockCipherBufferedAsymmetricBlockCipher.cipherMethods 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 TypeClassDescriptionclassISO 9796-1 padding.classOptimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.classthis 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 AsymmetricBlockCipherISO9796d1Encoding.engineprivate AsymmetricBlockCipherOAEPEncoding.engineprivate AsymmetricBlockCipherPKCS1Encoding.engineMethods 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 AsymmetricBlockCipherModifierConstructorDescriptionprotectedJDKDigestSignature(String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)