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.
|
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.