Uses of Class
org.bouncycastle.asn1.x509.GeneralSubtree
Packages that use GeneralSubtree
-
Uses of GeneralSubtree in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralSubtreeModifier and TypeMethodDescriptionNameConstraints.getExcludedSubtrees()static GeneralSubtreeGeneralSubtree.getInstance(Object obj) static GeneralSubtreeGeneralSubtree.getInstance(ASN1TaggedObject o, boolean explicit) NameConstraints.getPermittedSubtrees()Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralSubtreeModifier and TypeMethodDescriptionvoidNameConstraintValidator.addExcludedSubtree(GeneralSubtree subtree) voidPKIXNameConstraintValidator.addExcludedSubtree(GeneralSubtree subtree) Adds a subtree to the excluded set of these name constraints.voidNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree permitted) voidNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree[] permitted) voidPKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree permitted) voidPKIXNameConstraintValidator.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 GeneralSubtreeModifierConstructorDescriptionNameConstraints(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 GeneralSubtreeModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidator.addExcludedSubtree(GeneralSubtree subtree) Adds a subtree to the excluded set of these name constraints.voidPKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree permitted) voidPKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree[] permitted) Updates the permitted set of these name constraints with the intersection with the given subtree. -
Uses of GeneralSubtree in org.bouncycastle.pkix
Methods in org.bouncycastle.pkix with parameters of type GeneralSubtreeModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidator.addExcludedSubtree(GeneralSubtree subtree) Adds a subtree to the excluded set of these name constraints.voidPKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree permitted) voidPKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree[] permitted) Updates the permitted set of these name constraints with the intersection with the given subtree.