Uses of Class
de.adorsys.opba.protocol.facade.dto.PubAndPrivKey
-
-
Uses of PubAndPrivKey in de.adorsys.opba.protocol.facade.config.encryption
Methods in de.adorsys.opba.protocol.facade.config.encryption with parameters of type PubAndPrivKey Modifier and Type Method Description EncryptionServicePsuEncryptionServiceProvider. forPublicAndPrivateKey(UUID keyId, PubAndPrivKey key) -
Uses of PubAndPrivKey in de.adorsys.opba.protocol.facade.config.encryption.impl.fintech
Methods in de.adorsys.opba.protocol.facade.config.encryption.impl.fintech that return PubAndPrivKey Modifier and Type Method Description PubAndPrivKeyFintechSecureStorage. fintechOnlyPrvKeyFromPrivate(FintechPrvKey prvKey, Fintech fintech, Supplier<char[]> password)PubAndPrivKeyFintechSecureStorage. psuAspspKeyFromInbox(AuthSession authSession, Supplier<char[]> password)PubAndPrivKeyFintechSecureStorage. psuAspspKeyFromPrivate(ServiceSession session, Fintech fintech, Supplier<char[]> password)Methods in de.adorsys.opba.protocol.facade.config.encryption.impl.fintech with parameters of type PubAndPrivKey Modifier and Type Method Description voidFintechSecureStorage. fintechOnlyPrvKeyToPrivate(UUID id, PubAndPrivKey psuKey, Fintech fintech, Supplier<char[]> password)voidFintechSecureStorage. psuAspspKeyToInbox(AuthSession authSession, PubAndPrivKey psuKey)voidFintechSecureStorage. psuAspspKeyToPrivate(AuthSession authSession, Fintech fintech, PubAndPrivKey psuKey, Supplier<char[]> password) -
Uses of PubAndPrivKey in de.adorsys.opba.protocol.facade.config.encryption.impl.psu
Methods in de.adorsys.opba.protocol.facade.config.encryption.impl.psu that return PubAndPrivKey Modifier and Type Method Description PubAndPrivKeyPsuSecureStorage. getOrCreateKeyFromPrivateForAspsp(Supplier<char[]> password, AuthSession session, BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded) -
Uses of PubAndPrivKey in de.adorsys.opba.protocol.facade.services
Methods in de.adorsys.opba.protocol.facade.services that return PubAndPrivKey Modifier and Type Method Description PubAndPrivKeyEncryptionKeySerde. readKey(InputStream is)
-