public class CipherHolder extends Object
| Constructor and Description |
|---|
CipherHolder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipherBase64Decoded() |
String |
getCipherText() |
String |
getThumbPrint() |
String |
getThumbprintDigest() |
String |
getTransformation() |
void |
setCipherBase64Encoded(byte[] cipher) |
void |
setCipherText(String cipher) |
void |
setThumbPrint(String tp) |
void |
setThumbPrint(String tp,
String digest) |
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)
Copyright © 2020 WSO2. All rights reserved.