Uses of Interface
org.bouncycastle.crypto.AsymmetricBlockCipher
| Package | Description |
|---|---|
| org.bouncycastle.crypto.encodings | |
| org.bouncycastle.crypto.engines | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa |
-
Uses of AsymmetricBlockCipher in org.bouncycastle.crypto.encodings
Classes in org.bouncycastle.crypto.encodings that implement AsymmetricBlockCipher Modifier and Type Class Description classOAEPEncodingOptimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.classPKCS1Encodingthis 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.Methods in org.bouncycastle.crypto.encodings that return AsymmetricBlockCipher Modifier and Type Method Description AsymmetricBlockCipherOAEPEncoding. getUnderlyingCipher()AsymmetricBlockCipherPKCS1Encoding. getUnderlyingCipher()Constructors in org.bouncycastle.crypto.encodings with parameters of type AsymmetricBlockCipher Constructor Description OAEPEncoding(AsymmetricBlockCipher cipher)OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash)OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash, byte[] encodingParams)OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash, Digest mgf1Hash, byte[] encodingParams)PKCS1Encoding(AsymmetricBlockCipher cipher)Basic constructor. -
Uses of AsymmetricBlockCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement AsymmetricBlockCipher Modifier and Type Class Description classRSABlindedEnginethis does your basic RSA algorithm with blinding -
Uses of AsymmetricBlockCipher in org.bouncycastle.jcajce.provider.asymmetric.rsa
Constructors in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type AsymmetricBlockCipher Constructor Description CipherSpi(boolean publicKeyOnly, boolean privateKeyOnly, AsymmetricBlockCipher engine)CipherSpi(AsymmetricBlockCipher engine)DigestSignatureSpi(ASN1ObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)DigestSignatureSpi(Digest digest, AsymmetricBlockCipher cipher)