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, store
public CryptoConfidentialKey(String id)
Copyright © 2016. All rights reserved.