public class PsuSecureStorage extends Object
| Constructor and Description |
|---|
PsuSecureStorage() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
createOneTimePrivateKey(Supplier<char[]> password,
AuthSession session,
BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded) |
PrivateKey |
getOrCreateKeyFromPrivateForAspsp(Supplier<char[]> password,
AuthSession session,
BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded) |
void |
registerPsu(Psu psu,
Supplier<char[]> password) |
public PrivateKey getOrCreateKeyFromPrivateForAspsp(Supplier<char[]> password, AuthSession session, BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded)
public PrivateKey createOneTimePrivateKey(Supplier<char[]> password, AuthSession session, BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded)
Copyright © 2020. All rights reserved.