public class CryptoConfidentialKey extends ConfidentialKey
ConfidentialKey that stores a SecretKey for shared-secret cryptography (AES).| Constructor and Description |
|---|
CryptoConfidentialKey(Class owner,
String shortName) |
CryptoConfidentialKey(String id) |
| Modifier and Type | Method and Description |
|---|---|
Cipher |
decrypt()
Returns a
Cipher object for decrypting with this key. |
Cipher |
encrypt()
Returns a
Cipher object for encrypting with this key. |
getId, load, storepublic CryptoConfidentialKey(String id)
Copyright © 2019. All rights reserved.