Interface | Description |
---|---|
Cleanable |
interface to all cryptography objects, that can clean content, such as keys.
|
Class | Description |
---|---|
Cleaner |
cleaner of all security important objects.
|
Cleaner.CleanPrivateKey |
SecretKey to clean SPI
|
Cleaner.CleanSecretKey |
SecretKey to clean SPI
|
Cleaner.ParamClean |
parameter to clean SPI
|
KeyContainer |
Container is private key with its certificate.
|
KeyPairGenerator |
Interface copied from java.security.KeyPairGenerator.
|
MessageDigest |
Interface copied from java.security.MessageDigest.
|
SecureRandom |
Interface copied from java.security.SecureRandom.
|
Signature |
Interface copied from java.security.Signature.
|