Uses of Class
org.bouncycastle.operator.OperatorException
-
Packages that use OperatorException Package Description org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations.org.bouncycastle.operator.bc Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE. -
-
Uses of OperatorException in org.bouncycastle.operator
Subclasses of OperatorException in org.bouncycastle.operator Modifier and Type Class Description class
OperatorCreationException
Methods in org.bouncycastle.operator that throw OperatorException Modifier and Type Method Description GenericKey
KeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey)
byte[]
KeyWrapper. generateWrappedKey(GenericKey encryptionKey)
-
Uses of OperatorException in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that throw OperatorException Modifier and Type Method Description GenericKey
BcAsymmetricKeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
GenericKey
BcSymmetricKeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
byte[]
BcAsymmetricKeyWrapper. generateWrappedKey(GenericKey encryptionKey)
byte[]
BcSymmetricKeyWrapper. generateWrappedKey(GenericKey encryptionKey)
-
Uses of OperatorException in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that throw OperatorException Modifier and Type Method Description GenericKey
JceAsymmetricKeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
GenericKey
JceKTSKeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
GenericKey
JceSymmetricKeyUnwrapper. generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
byte[]
JceAsymmetricKeyWrapper. generateWrappedKey(GenericKey encryptionKey)
byte[]
JceKTSKeyWrapper. generateWrappedKey(GenericKey encryptionKey)
byte[]
JceSymmetricKeyWrapper. generateWrappedKey(GenericKey encryptionKey)
-