Constructor and Description |
---|
X509DigestCriterion(String alg,
byte[] digest)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Get the digest algorithm.
|
byte[] |
getDigest()
Get the certificate digest.
|
int |
hashCode() |
void |
setAlgorithm(String alg)
Set the digest algorithm.
|
void |
setDigest(byte[] digest)
Set the certificate digest.
|
String |
toString() |
@Nonnull public String getAlgorithm()
public void setAlgorithm(@Nonnull String alg)
alg
- the digest algorithm to set@Nonnull public byte[] getDigest()
public void setDigest(@Nonnull byte[] digest)
digest
- the certificate digest to setCopyright © 2016 JBoss by Red Hat. All rights reserved.