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