Uses of Class
org.bouncycastle.operator.OperatorException
Packages that use OperatorException
Package
Description
-
Uses of OperatorException in org.bouncycastle.operator
Subclasses of OperatorException in org.bouncycastle.operatorMethods in org.bouncycastle.operator that throw OperatorExceptionModifier and TypeMethodDescriptionKeyUnwrapper.generateUnwrappedKey(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 OperatorExceptionModifier and TypeMethodDescriptionBcAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) BcSymmetricKeyUnwrapper.generateUnwrappedKey(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 OperatorExceptionModifier and TypeMethodDescriptionJceAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) JceKTSKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) JceSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) byte[]JceAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) byte[]JceKTSKeyWrapper.generateWrappedKey(GenericKey encryptionKey) byte[]JceSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey)