public interface ZSymmetricKey
| Modifier and Type | Method and Description |
|---|---|
ZDecryptor |
createDecryptor()
Creates a decryptor using this key.
|
ZEncryptor |
createEncryptor()
Creates an encryptor using this key.
|
byte[] |
encode()
Encodes the symmetric key in binary form.
|
byte[] encode()
ZEncryptor createEncryptor()
ZDecryptor createDecryptor()