public class SignatureAlgorithmAndValue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
getAlgorithm()
Returns the signature algorithm.
|
byte[] |
getValue()
Returns the signature value.
|
void |
setAlgorithm(SignatureAlgorithm algorithm) |
void |
setValue(byte[] value) |
public SignatureAlgorithm getAlgorithm()
public void setAlgorithm(SignatureAlgorithm algorithm)
public byte[] getValue()
public void setValue(byte[] value)