public class CipherMetaDataHolder extends Object
| Constructor and Description |
|---|
CipherMetaDataHolder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipherBase64Decoded() |
String |
getCipherText() |
String |
getThumbPrint() |
String |
getThumbprintDigest() |
String |
getTransformation() |
void |
setCipherBase64Encoded(byte[] cipher)
Function to base64 encode ciphertext and set ciphertext
|
void |
setCipherText(String cipher) |
void |
setThumbPrint(String tp) |
void |
setThumbPrint(String tp,
String digest)
Function to set thumbprint
|
void |
setThumbprintDigest(String digest) |
void |
setTransformation(String transformation) |
String |
toString() |
public String getTransformation()
public void setTransformation(String transformation)
public String getCipherText()
public byte[] getCipherBase64Decoded()
public void setCipherText(String cipher)
public String getThumbPrint()
public void setThumbPrint(String tp)
public String getThumbprintDigest()
public void setThumbprintDigest(String digest)
public void setCipherBase64Encoded(byte[] cipher)
cipher - public void setThumbPrint(String tp, String digest)
tp - thumb printdigest - digest (hash algorithm) used for to create thumb printCopyright © 2020 WSO2. All rights reserved.