public class EncryptedEntity
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EncryptedEntity.Reader
EncryptedEntity Reader, requires the matching PrivateKey for decryption.
|
static class |
EncryptedEntity.Writter
EncryptedEntitity Writter, requires the PublicKey of the target for encryption.
|
Modifier and Type | Field and Description |
---|---|
protected java.security.PrivateKey |
privateKey |
protected java.security.PublicKey |
publicKey |