| Package | Description |
|---|---|
| de.adorsys.keymanagement.api.generator | |
| de.adorsys.keymanagement.api.types.template.generated |
| Modifier and Type | Method and Description |
|---|---|
ProvidedKey |
SecretKeyGenerator.generate(Pbe fromTemplate) |
ProvidedKey |
SecretKeyGenerator.generateRaw(Pbe fromTemplate) |
ProvidedKey |
KeyGenerator.secret(Pbe template)
Generates derived secret key from String or char[] - you will not be able to read original key, but you
can use it as initialization parameter for encryption.
|
ProvidedKey |
KeyGenerator.secretRaw(Pbe template)
Generates raw secret key that can be stored almost as is in keystore from String or char[].
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Pbe> |
Pbe.repeat(int times) |
Copyright © 2019. All rights reserved.