public class ContentCryptoMaterial extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected SecretKey |
cek
Prevent sensitive information serializing.
|
protected String |
contentCryptoAlgorithm |
protected byte[] |
encryptedCEK |
protected byte[] |
encryptedIV |
protected byte[] |
iv
Prevent sensitive information serializing.
|
protected String |
keyWrapAlgorithm |
protected Map<String,String> |
matdesc |
Modifier | Constructor and Description |
---|---|
protected |
ContentCryptoMaterial() |
|
ContentCryptoMaterial(SecretKey cek,
byte[] iv,
String contentCryptoAlgorithm,
byte[] encryptedCEK,
byte[] encryptedIV,
String keyWrapAlgorithm,
Map<String,String> matDesc) |
Modifier and Type | Method and Description |
---|---|
SecretKey |
getCEK() |
String |
getContentCryptoAlgorithm() |
byte[] |
getEncryptedCEK() |
byte[] |
getEncryptedIV() |
byte[] |
getIV() |
String |
getKeyWrapAlgorithm() |
Map<String,String> |
getMaterialsDescription() |
int |
hashCode() |
protected transient SecretKey cek
protected transient byte[] iv
protected String contentCryptoAlgorithm
protected byte[] encryptedCEK
protected byte[] encryptedIV
protected String keyWrapAlgorithm
public String getContentCryptoAlgorithm()
public SecretKey getCEK()
public byte[] getIV()
public byte[] getEncryptedCEK()
public byte[] getEncryptedIV()
public String getKeyWrapAlgorithm()
Copyright © 2021. All Rights Reserved.