Uses of Class
org.bouncycastle.asn1.x509.GeneralSubtree
-
Packages that use GeneralSubtree Package Description org.bouncycastle.asn1.x509 org.bouncycastle.jce.provider -
-
Uses of GeneralSubtree in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralSubtree Modifier and Type Method Description GeneralSubtree[]
NameConstraints. getExcludedSubtrees()
static GeneralSubtree
GeneralSubtree. getInstance(Object obj)
static GeneralSubtree
GeneralSubtree. getInstance(ASN1TaggedObject o, boolean explicit)
GeneralSubtree[]
NameConstraints. getPermittedSubtrees()
Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralSubtree Modifier and Type Method Description void
NameConstraintValidator. addExcludedSubtree(GeneralSubtree subtree)
void
PKIXNameConstraintValidator. addExcludedSubtree(GeneralSubtree subtree)
Adds a subtree to the excluded set of these name constraints.void
NameConstraintValidator. intersectPermittedSubtree(GeneralSubtree permitted)
void
NameConstraintValidator. intersectPermittedSubtree(GeneralSubtree[] permitted)
void
PKIXNameConstraintValidator. intersectPermittedSubtree(GeneralSubtree permitted)
void
PKIXNameConstraintValidator. intersectPermittedSubtree(GeneralSubtree[] permitted)
Updates the permitted set of these name constraints with the intersection with the given subtree.Constructors in org.bouncycastle.asn1.x509 with parameters of type GeneralSubtree Constructor Description NameConstraints(GeneralSubtree[] permitted, GeneralSubtree[] excluded)
Constructor from a given details. -
Uses of GeneralSubtree in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type GeneralSubtree Modifier and Type Method Description void
PKIXNameConstraintValidator. addExcludedSubtree(GeneralSubtree subtree)
Adds a subtree to the excluded set of these name constraints.void
PKIXNameConstraintValidator. intersectPermittedSubtree(GeneralSubtree permitted)
void
PKIXNameConstraintValidator. intersectPermittedSubtree(GeneralSubtree[] permitted)
Updates the permitted set of these name constraints with the intersection with the given subtree.
-