|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.x509.X509DigestCriteria
public final class X509DigestCriteria
An implementation of Criteria which specifies criteria based on
the digest of an X.509 certificate.
| Field Summary | |
|---|---|
private String |
algorithm
Digest algorithm. |
private byte[] |
x509digest
X.509 certificate digest. |
| Constructor Summary | |
|---|---|
X509DigestCriteria(String alg,
byte[] digest)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String algorithm
private byte[] x509digest
| Constructor Detail |
|---|
public X509DigestCriteria(String alg,
byte[] digest)
alg - algorithm of digest computationdigest - certificate digest| Method Detail |
|---|
public 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||