public interface KeyFactory<K>
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Gets a key for encryption or decryption.
|
K getKey() throws EncryptionException
EncryptionException - possible exception if key cannot be constructedCopyright © 2014. All rights reserved.