| Package | Description |
|---|---|
| org.adorsys.docusafe.service | |
| org.adorsys.docusafe.service.impl | |
| org.adorsys.docusafe.service.impl.guardHelper |
| Modifier and Type | Method and Description |
|---|---|
DocumentKeyIDWithKeyAndAccessType |
DocumentGuardService.loadDocumentKeyIDWithKeyAndAccessTypeFromDocumentGuard(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,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag) |
| Modifier and Type | Method and Description |
|---|---|
DocumentKeyIDWithKeyAndAccessType |
PasswordAndDocumentKeyIDWithKeyAndAccessType.getDocumentKeyIDWithKeyAndAccessType() |
DocumentKeyIDWithKeyAndAccessType |
DocumentGuardServiceImpl.loadDocumentKeyIDWithKeyAndAccessTypeFromDocumentGuard(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,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType,
org.adorsys.encobject.types.OverwriteFlag overwriteFlag) |
| Constructor and Description |
|---|
PasswordAndDocumentKeyIDWithKeyAndAccessType(org.adorsys.encobject.domain.ReadKeyPassword readKeyPassword,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType) |
| Modifier and Type | Method and Description |
|---|---|
KeySourceAndGuardKeyID |
GuardKeyForSecretKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType)
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.
|
KeySourceAndGuardKeyID |
GuardKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType) |
KeySourceAndGuardKeyID |
GuardKeyForPublicKeyHelper.getKeySourceAndGuardKeyID(org.adorsys.encobject.service.api.KeystorePersistence keystorePersistence,
org.adorsys.encobject.domain.KeyStoreAccess keyStoreAccess,
DocumentKeyIDWithKeyAndAccessType documentKeyIDWithKeyAndAccessType)
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.
|
Copyright © 2018. All rights reserved.