Java org.bouncycastle.jce.provider PKIXNameConstraintValidator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.jce.provider PKIXNameConstraintValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.jce.provider PKIXNameConstraintValidator.

The text is from its open source code.

Constructor

Method

voidaddExcludedSubtree(GeneralSubtree subtree)
Adds a subtree to the excluded set of these name constraints.
voidcheckExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.
voidcheckExcludedDN(ASN1Sequence dns)
voidcheckPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
voidcheckPermittedDN(ASN1Sequence dns)
voidintersectPermittedSubtree(GeneralSubtree permitted)
voidintersectPermittedSubtree(GeneralSubtree[] permitted)
Updates the permitted set of these name constraints with the intersection with the given subtree.