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.
|
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricKeyUnwrapper |
class |
SymmetricKeyUnwrapper |
Modifier and Type | Class and Description |
---|---|
class |
BcAESSymmetricKeyUnwrapper |
class |
BcAsymmetricKeyUnwrapper |
class |
BcRSAAsymmetricKeyUnwrapper |
class |
BcSymmetricKeyUnwrapper |
Modifier and Type | Class and Description |
---|---|
class |
JceAsymmetricKeyUnwrapper |
class |
JceKTSKeyUnwrapper |
class |
JceSymmetricKeyUnwrapper |
Copyright © 2018 BouncyCastle.org. All rights reserved.