Modifier and Type | Method and Description |
---|---|
String |
Consent.getConsentId(EncryptionService encryption) |
String |
Consent.getContext(EncryptionService encryption) |
String |
Payment.getContext(EncryptionService encryption) |
String |
Payment.getPaymentId(EncryptionService encryption) |
void |
Consent.setConsentId(EncryptionService encryption,
String consent) |
void |
Consent.setContext(EncryptionService encryption,
String context) |
void |
Payment.setContext(EncryptionService encryption,
String context) |
void |
Payment.setPaymentId(EncryptionService encryption,
String consent) |
Modifier and Type | Method and Description |
---|---|
EncryptionService |
UsesEncryptionService.encryption()
Encryption service to encrypt and decrypt intermediate data that protocol needs to store.
|
Modifier and Type | Class and Description |
---|---|
static class |
CmsEncryptionOper.CmsEncryption |
static class |
EncryptionWithInitVectorOper.SymmeticEncryption |
Modifier and Type | Method and Description |
---|---|
EncryptionService |
CmsEncryptionOper.encryptionService(String keyId,
PrivateKey privateKey) |
EncryptionService |
CmsEncryptionOper.encryptionService(String keyId,
PublicKey publicKey) |
EncryptionService |
EncryptionWithInitVectorOper.encryptionService(String keyId,
SecretKeyWithIv keyWithIv) |
EncryptionService |
PsuEncryptionServiceProvider.forPrivateKey(UUID keyId,
PrivateKey key) |
EncryptionService |
PsuEncryptionServiceProvider.forPublicKey(UUID keyId,
PublicKey key) |
EncryptionService |
ConsentAuthorizationEncryptionServiceProvider.forSecretKey(SecretKeyWithIv key) |
Modifier and Type | Method and Description |
---|---|
EncryptionService |
RequestScopedProvider.InternalRequestScoped.encryption() |
Copyright © 2020. All rights reserved.