| Package | Description |
|---|---|
| com.cosmian.jna.covercrypt |
| Modifier and Type | Method and Description |
|---|---|
DecryptedHeader |
CoverCrypt.decryptHeader(byte[] userDecryptionKeyBytes,
byte[] encryptedHeaderBytes)
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
|
DecryptedHeader |
CoverCrypt.decryptHeader(byte[] userDecryptionKeyBytes,
byte[] encryptedHeaderBytes,
int additionalDataLen,
Optional<byte[]> authenticationData)
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
|
DecryptedHeader |
CoverCrypt.decryptHeader(PrivateKey userDecryptionKey,
byte[] encryptedHeaderBytes)
Decrypt a hybrid header, recovering the symmetric key
|
DecryptedHeader |
CoverCrypt.decryptHeader(PrivateKey userDecryptionKey,
byte[] encryptedHeaderBytes,
int additionalDataLen,
Optional<byte[]> authenticationData)
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
|
DecryptedHeader |
CoverCrypt.decryptHeaderUsingCache(int cacheHandle,
byte[] encryptedHeaderBytes)
Decrypt a hybrid header using a cache, recovering the symmetric key
|
DecryptedHeader |
CoverCrypt.decryptHeaderUsingCache(int cacheHandle,
byte[] encryptedHeaderBytes,
int additionalDataLen,
Optional<byte[]> authenticationData)
Decrypt a hybrid header using a cache, recovering the symmetric key, and optionally, the resource UID and
additional data
|
Copyright © 2023. All rights reserved.