| Modifier and Type | Field and Description |
|---|---|
private String |
algorithm
Digest algorithm.
|
private byte[] |
x509digest
X.509 certificate digest.
|
| Constructor and Description |
|---|
X509DigestCriteria(String alg,
byte[] digest)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Get the digest algorithm.
|
byte[] |
getDigest()
Get the certificate digest.
|
void |
setAlgorithm(String alg)
Set the digest algorithm.
|
void |
setDigest(byte[] digest)
Set the certificate digest.
|
private String algorithm
private byte[] x509digest
public X509DigestCriteria(String alg, byte[] digest)
alg - algorithm of digest computationdigest - certificate digestpublic String getAlgorithm()
public void setAlgorithm(String alg)
alg - the digest algorithm to setpublic byte[] getDigest()
public void setDigest(byte[] digest)
digest - the certificate digest to setCopyright © 1999-2014. All Rights Reserved.