Package | Description |
---|---|
old.org.bouncycastle.operator | |
old.org.bouncycastle.operator.bc | |
old.org.bouncycastle.operator.jcajce |
Modifier and Type | Class and Description |
---|---|
class |
OperatorCreationException |
Modifier and Type | Method and Description |
---|---|
GenericKey |
KeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptionKeyAlgorithm,
byte[] encryptedKey) |
byte[] |
KeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BcAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Method and Description |
---|---|
GenericKey |
JceSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
JceAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
byte[] |
JceSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
byte[] |
JceAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Copyright © 2015. All rights reserved.