public class KeySourceServiceImpl extends Object implements KeySourceService
| Constructor and Description |
|---|
KeySourceServiceImpl(org.adorsys.encobject.service.api.ExtendedStoreConnection extendedStoreConnection) |
| Modifier and Type | Method and Description |
|---|---|
com.nimbusds.jose.jwk.JWK |
findPublicEncryptionKey(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess)
Returns an encryption public key associated with the given keystore access.
|
org.adorsys.encobject.service.api.KeySource |
getPrivateKeySource(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess)
Returns the keysource of the receiver of a message.
|
public KeySourceServiceImpl(org.adorsys.encobject.service.api.ExtendedStoreConnection extendedStoreConnection)
public com.nimbusds.jose.jwk.JWK findPublicEncryptionKey(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess)
KeySourceServicefindPublicEncryptionKey in interface KeySourceServicekeyStoreAccess - : the keystore access of the receiver of a message.public org.adorsys.encobject.service.api.KeySource getPrivateKeySource(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess)
KeySourceServicegetPrivateKeySource in interface KeySourceServiceCopyright © 2018. All rights reserved.