public class CryptoResult<T> extends Object
| Constructor and Description |
|---|
CryptoResult(T result,
CipherMaterial cipherMaterial) |
| Modifier and Type | Method and Description |
|---|---|
CryptoAlgorithm |
getAlgorithm() |
CipherMaterial |
getCipherMaterial() |
List<EncryptedDataKey> |
getEncryptedDataKeyList() |
Map<String,String> |
getEncryptionContext() |
T |
getResult() |
public CryptoResult(T result, CipherMaterial cipherMaterial)
public T getResult()
public CryptoAlgorithm getAlgorithm()
public List<EncryptedDataKey> getEncryptedDataKeyList()
public CipherMaterial getCipherMaterial()
Copyright © 2020. All rights reserved.