public class FintechSecureStorage extends Object
| Constructor and Description |
|---|
FintechSecureStorage() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
fintechOnlyPrvKeyFromPrivate(FintechPrvKey prvKey,
Fintech fintech,
Supplier<char[]> password) |
void |
fintechOnlyPrvKeyToPrivate(UUID id,
PrivateKey prvKey,
Fintech fintech,
Supplier<char[]> password) |
PrivateKey |
psuAspspKeyFromInbox(AuthSession authSession,
Supplier<char[]> password) |
PrivateKey |
psuAspspKeyFromPrivate(ServiceSession session,
Fintech fintech,
Supplier<char[]> password) |
void |
psuAspspKeyToInbox(AuthSession authSession,
PrivateKey psuAspspKey) |
void |
psuAspspKeyToPrivate(AuthSession authSession,
Fintech fintech,
PrivateKey psuAspspKey,
Supplier<char[]> password) |
void |
registerFintech(Fintech fintech,
Supplier<char[]> password) |
void |
validatePassword(Fintech fintech,
Supplier<char[]> password) |
public void psuAspspKeyToInbox(AuthSession authSession, PrivateKey psuAspspKey)
public PrivateKey psuAspspKeyFromInbox(AuthSession authSession, Supplier<char[]> password)
public void psuAspspKeyToPrivate(AuthSession authSession, Fintech fintech, PrivateKey psuAspspKey, Supplier<char[]> password)
public PrivateKey psuAspspKeyFromPrivate(ServiceSession session, Fintech fintech, Supplier<char[]> password)
public void fintechOnlyPrvKeyToPrivate(UUID id, PrivateKey prvKey, Fintech fintech, Supplier<char[]> password)
public PrivateKey fintechOnlyPrvKeyFromPrivate(FintechPrvKey prvKey, Fintech fintech, Supplier<char[]> password)
Copyright © 2020. All rights reserved.