Modifier and Type | Field and Description |
---|---|
private String |
algorithm
Digest algorithm.
|
private byte[] |
x509digest
X.509 certificate digest.
|
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() |
private String algorithm
private byte[] x509digest
@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 © 1999–2019 Shibboleth Consortium. All rights reserved.