public final class StandardEncryptionKeyService extends Object implements EncryptionKeyService
SecureRandom to create some random EncryptionKeys.| Constructor and Description |
|---|
StandardEncryptionKeyService() |
StandardEncryptionKeyService(int passwordLength) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
create() |
protected String |
getRandomValue() |
public StandardEncryptionKeyService()
public StandardEncryptionKeyService(int passwordLength)
public EncryptionKey create()
create in interface EncryptionKeyServiceprotected String getRandomValue()
Copyright © 2016–2017. All rights reserved.