|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
This class is an Selector like implementation to select attribute certificates from a given set of criteria.
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this object. |
X509AttributeCertificateHolder |
getAttributeCert()
Returns the attribute certificate holder which must be matched. |
java.util.Date |
getAttributeCertificateValid()
Get the criteria for the validity. |
AttributeCertificateHolder |
getHolder()
Gets the holder. |
AttributeCertificateIssuer |
getIssuer()
Returns the issuer criterion. |
java.math.BigInteger |
getSerialNumber()
Gets the serial number the attribute certificate must have. |
java.util.Collection |
getTargetGroups()
Gets the target groups. |
java.util.Collection |
getTargetNames()
Gets the target names. |
boolean |
match(java.lang.Object obj)
Decides if the given attribute certificate should be selected. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean match(java.lang.Object obj)
match
in interface org.bouncycastle.util.Selector
obj
- The X509AttributeCertificateHolder which should be checked.public java.lang.Object clone()
clone
in interface org.bouncycastle.util.Selector
clone
in class java.lang.Object
public X509AttributeCertificateHolder getAttributeCert()
public java.util.Date getAttributeCertificateValid()
public AttributeCertificateHolder getHolder()
public AttributeCertificateIssuer getIssuer()
public java.math.BigInteger getSerialNumber()
public java.util.Collection getTargetNames()
The returned collection is immutable.
public java.util.Collection getTargetGroups()
The returned collection is immutable.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |