|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pkix.PKIXNameConstraintValidator
Constructor Summary | |
PKIXNameConstraintValidator()
|
Method Summary | |
void |
addExcludedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree subtree)
Adds a subtree to the excluded set of these name constraints. |
void |
checkExcluded(org.bouncycastle.asn1.x509.GeneralName name)
Check if the given GeneralName is contained in the excluded set. |
void |
checkExcludedDN(org.bouncycastle.asn1.ASN1Sequence dns)
|
void |
checkPermitted(org.bouncycastle.asn1.x509.GeneralName name)
Checks if the given GeneralName is in the permitted set. |
void |
checkPermittedDN(org.bouncycastle.asn1.ASN1Sequence dns)
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
void |
intersectEmptyPermittedSubtree(int nameType)
|
void |
intersectPermittedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree permitted)
|
void |
intersectPermittedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree[] permitted)
Updates the permitted set of these name constraints with the intersection with the given subtree. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PKIXNameConstraintValidator()
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object o)
public void checkPermittedDN(org.bouncycastle.asn1.ASN1Sequence dns) throws PKIXNameConstraintValidatorException
PKIXNameConstraintValidatorException
public void checkExcludedDN(org.bouncycastle.asn1.ASN1Sequence dns) throws PKIXNameConstraintValidatorException
PKIXNameConstraintValidatorException
public void checkPermitted(org.bouncycastle.asn1.x509.GeneralName name) throws PKIXNameConstraintValidatorException
name
- The GeneralName
PKIXNameConstraintValidatorException
- If the namepublic void checkExcluded(org.bouncycastle.asn1.x509.GeneralName name) throws PKIXNameConstraintValidatorException
name
- The GeneralName.
PKIXNameConstraintValidatorException
- If the name is
excluded.public void intersectPermittedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree permitted)
public void intersectPermittedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree[] permitted)
permitted
- The permitted subtreespublic void intersectEmptyPermittedSubtree(int nameType)
public void addExcludedSubtree(org.bouncycastle.asn1.x509.GeneralSubtree subtree)
subtree
- A subtree with an excluded GeneralName.public java.lang.String toString()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |