| Package | Description |
|---|---|
| org.adorsys.docusafe.service | |
| org.adorsys.docusafe.service.impl | |
| org.adorsys.docusafe.service.impl.guardHelper | |
| org.adorsys.docusafe.service.keysource |
| Modifier and Type | Method and Description |
|---|---|
DocumentKeyIDWithKey |
DocumentGuardService.createDocumentKeyIdWithKey() |
DocumentKeyIDWithKey |
DocumentGuardService.loadDocumentKeyIDWithKeyFromDocumentGuard(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyID documentKeyID) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentGuardService.createDocumentGuardFor(GuardKeyType guardKeyType,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKey documentKeyIDWithKey,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag) |
void |
DocumentPersistenceService.encryptAndPersistDocument(DocumentKeyIDWithKey documentKeyIDWithKey,
DocumentBucketPath documentBucketPath,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag,
org.adorsys.encobject.domain.Payload payload)
byte orientiert
|
void |
DocumentPersistenceService.encryptAndPersistDocumentStream(DocumentKeyIDWithKey documentKeyIDWithKey,
DocumentBucketPath documentBucketPath,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag,
org.adorsys.encobject.domain.PayloadStream payloadStream)
stream orientiert
|
| Modifier and Type | Method and Description |
|---|---|
DocumentKeyIDWithKey |
DocumentGuardServiceImpl.createDocumentKeyIdWithKey()
erzeugt eine DocumentKeyIDWithKey
|
DocumentKeyIDWithKey |
DocumentKeyID2DocumentKeyCache.get(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyID documentKeyID) |
DocumentKeyIDWithKey |
PasswordAndDocumentKeyIDWithKeyAndAccessType.getDocumentKeyIDWithKey() |
DocumentKeyIDWithKey |
DocumentGuardServiceImpl.loadDocumentKeyIDWithKeyFromDocumentGuard(org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyID documentKeyID)
Loading the secret key from the guard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentGuardServiceImpl.createDocumentGuardFor(GuardKeyType guardKeyType,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKey documentKeyIDWithKey,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag) |
void |
DocumentPersistenceServiceImpl.encryptAndPersistDocument(DocumentKeyIDWithKey documentKeyIDWithKey,
DocumentBucketPath documentBucketPath,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag,
org.adorsys.encobject.domain.Payload payload)
Verschlüsselt den DocumentContent mit dem (symmetrischen) DocumentKey.
|
void |
DocumentPersistenceServiceImpl.encryptAndPersistDocumentStream(DocumentKeyIDWithKey documentKeyIDWithKey,
DocumentBucketPath documentBucketPath,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag,
org.adorsys.encobject.domain.PayloadStream payloadStream) |
| Constructor and Description |
|---|
PasswordAndDocumentKeyIDWithKeyAndAccessType(org.adorsys.encobject.domain.ReadKeyPassword readKeyPassword,
DocumentKeyIDWithKey documentKeyIDWithKey) |
| Modifier and Type | Method and Description |
|---|---|
KeySourceAndGuardKeyID |
GuardKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKey documentKeyIDWithKey) |
KeySourceAndGuardKeyID |
GuardKeyForPublicKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKey documentKeyIDWithKey)
holt sich aus dem KeyStore einen beliebigen PublicKey, mit dem der übergebene DocumentKey asymmetrisch veschlüsselt wird
Dort, wo der KeyStore liegt wird dann ein DocumentGuard erzeugt, der den verschlüsselten DocumentKey enthält.
|
KeySourceAndGuardKeyID |
GuardKeyForSecretKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKey documentKeyIDWithKey)
holt sich aus dem KeyStore einen beliebigen SecretKey, mit dem der übergebene DocumentKey symmetrisch veschlüsselt wird
Dort, wo der KeyStore liegt wird dann ein DocumentGuard erzeugt, der den verschlüsselten DocumentKey enthält.
|
| Constructor and Description |
|---|
DocumentKeyIDWithKeyBasedSourceImpl(DocumentKeyIDWithKey documentKeyIDWithKey) |
Copyright © 2019. All rights reserved.