| Package | Description |
|---|---|
| de.adorsys.datasafe.encrypiton.impl.pathencryption |
| Modifier and Type | Class and Description |
|---|---|
class |
PathSegmentEncryptorDecryptor
Default path encryption/decryption that uses AES-SIV mode.
|
class |
PathSegmentEncryptorDecryptorRuntimeDelegatable |
| Modifier and Type | Method and Description |
|---|---|
PathEncryptorDecryptor |
IntegrityPreservingUriEncryptionRuntimeDelegatable.ArgumentsCaptor.getPathEncryptorDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
IntegrityPreservingUriEncryptionRuntimeDelegatable.decryptorAndDecoder(PathSegmentWithSecretKeyWith keyAndSegment,
PathEncryptorDecryptor pathEncryptorDecryptor) |
protected String |
IntegrityPreservingUriEncryption.decryptorAndDecoder(PathSegmentWithSecretKeyWith keyAndSegment,
PathEncryptorDecryptor pathEncryptorDecryptor) |
protected String |
IntegrityPreservingUriEncryptionRuntimeDelegatable.encryptorAndEncoder(PathSegmentWithSecretKeyWith keyAndSegment,
PathEncryptorDecryptor pathEncryptorDecryptor) |
protected String |
IntegrityPreservingUriEncryption.encryptorAndEncoder(PathSegmentWithSecretKeyWith keyAndSegment,
PathEncryptorDecryptor pathEncryptorDecryptor) |
static IntegrityPreservingUriEncryptionRuntimeDelegatable |
IntegrityPreservingUriEncryptionRuntimeDelegatable_Factory.newInstance(OverridesRegistry context,
PathEncryptorDecryptor pathEncryptorDecryptor) |
static IntegrityPreservingUriEncryption |
IntegrityPreservingUriEncryption_Factory.newInstance(PathEncryptorDecryptor pathEncryptorDecryptor) |
| Modifier and Type | Method and Description |
|---|---|
static IntegrityPreservingUriEncryptionRuntimeDelegatable_Factory |
IntegrityPreservingUriEncryptionRuntimeDelegatable_Factory.create(javax.inject.Provider<OverridesRegistry> contextProvider,
javax.inject.Provider<PathEncryptorDecryptor> pathEncryptorDecryptorProvider) |
static IntegrityPreservingUriEncryption_Factory |
IntegrityPreservingUriEncryption_Factory.create(javax.inject.Provider<PathEncryptorDecryptor> pathEncryptorDecryptorProvider) |
| Constructor and Description |
|---|
IntegrityPreservingUriEncryption(PathEncryptorDecryptor pathEncryptorDecryptor) |
IntegrityPreservingUriEncryptionRuntimeDelegatable(OverridesRegistry context,
PathEncryptorDecryptor pathEncryptorDecryptor) |
| Constructor and Description |
|---|
IntegrityPreservingUriEncryption_Factory(javax.inject.Provider<PathEncryptorDecryptor> pathEncryptorDecryptorProvider) |
IntegrityPreservingUriEncryptionRuntimeDelegatable_Factory(javax.inject.Provider<OverridesRegistry> contextProvider,
javax.inject.Provider<PathEncryptorDecryptor> pathEncryptorDecryptorProvider) |
Copyright © 2019. All rights reserved.