Uses of Interface
org.bouncycastle.crypto.SingleBlockEncryptor
Packages that use SingleBlockEncryptor
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of SingleBlockEncryptor in org.bouncycastle.crypto
Subinterfaces of SingleBlockEncryptor in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceSingleBlockEncryptorUsingSecureRandom<T extends Parameters>Interface for a encryptor only able to encrypt a single block of data that makes use of a SecureRandom in the process.Methods in org.bouncycastle.crypto that return SingleBlockEncryptorModifier and TypeMethodDescriptionAsymmetricOperatorFactory.createBlockEncryptor(AsymmetricKey key, T parameter) Create a block encryptor for the passed in key and parameter set.