| Package | Description |
|---|---|
| org.adorsys.encobject.service.api | |
| org.adorsys.encobject.service.impl | |
| org.adorsys.encobject.types |
| Modifier and Type | Method and Description |
|---|---|
KeyID |
KeyStore2KeySourceHelper.KeySourceAndKeyID.getKeyID() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EncryptionService.decrypt(byte[] data,
KeySource keySource,
KeyID keyID) |
byte[] |
EncryptionService.encrypt(byte[] data,
KeySource keySource,
KeyID keyID,
Boolean compress) |
void |
EncryptedPersistenceService.encryptAndPersist(org.adorsys.encobject.complextypes.BucketPath bucketPath,
org.adorsys.encobject.domain.Payload payload,
KeySource keySource,
KeyID keyID) |
void |
EncryptedPersistenceService.encryptAndPersistStream(org.adorsys.encobject.complextypes.BucketPath bucketPath,
org.adorsys.encobject.domain.PayloadStream payloadStream,
KeySource keySource,
KeyID keyID) |
InputStream |
EncryptionStreamService.getDecryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
EncryptionStreamService.getEncryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
Key |
KeySource.readKey(KeyID keyID) |
| Constructor and Description |
|---|
KeySourceAndKeyID(KeySource keySource,
KeyID keyID) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JWEncryptionServiceImpl.decrypt(byte[] jweEncryptedBytes,
KeySource keySource,
KeyID keyID) |
byte[] |
JWEncryptionServiceImpl.encrypt(byte[] data,
KeySource keySource,
KeyID keyID,
Boolean compress) |
void |
EncryptedPersistenceServiceImpl.encryptAndPersist(org.adorsys.encobject.complextypes.BucketPath bucketPath,
org.adorsys.encobject.domain.Payload payload,
KeySource keySource,
KeyID keyID) |
void |
EncryptedPersistenceServiceImpl.encryptAndPersistStream(org.adorsys.encobject.complextypes.BucketPath bucketPath,
org.adorsys.encobject.domain.PayloadStream payloadStream,
KeySource keySource,
KeyID keyID) |
InputStream |
AESEncryptionStreamServiceImpl.getDecryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
JWEncryptionStreamServiceImpl.getDecryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
AESEncryptionStreamServiceImpl.getEncryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
InputStream |
JWEncryptionStreamServiceImpl.getEncryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
Key |
KeyStoreBasedPrivateKeySourceImpl.readKey(KeyID keyID) |
Key |
KeyMapProviderBasedKeySourceImpl.readKey(KeyID keyID) |
Key |
KeyCredentialBasedKeySourceImpl.readKey(KeyID keyID) |
Key |
KeyStoreBasedPublicKeySourceImpl.readKey(KeyID keyID) |
Key |
KeyStoreBasedSecretKeySourceImpl.readKey(KeyID keyID) |
| Modifier and Type | Method and Description |
|---|---|
static KeyID |
PersistenceLayerContentMetaInfoUtil.getKeyID(ContentMetaInfo contentMetaInfo) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PersistenceLayerContentMetaInfoUtil.setKeyID(ContentMetaInfo contentMetaInfo,
KeyID keyID) |
Copyright © 2018. All Rights Reserved.