public final class PBEKeyFactory extends Object implements KeyFactory<Key>
| Modifier | Constructor and Description |
|---|---|
protected |
PBEKeyFactory(String encryptionAlgorithmName,
String pbeKeyAlgorithmName,
byte[] keyPassword,
int keyLength,
byte[] keySalt,
int iterationsCount) |
public Key getKey() throws EncryptionException
KeyFactorygetKey in interface KeyFactory<Key>EncryptionException - possible exception if key cannot be constructedCopyright © 2016. All rights reserved.