Package | Description |
---|---|
org.bouncycastle.asn1.x509 | |
org.bouncycastle.jce.provider |
Modifier and Type | Method and Description |
---|---|
GeneralSubtree[] |
NameConstraints.getExcludedSubtrees() |
static GeneralSubtree |
GeneralSubtree.getInstance(ASN1TaggedObject o,
boolean explicit) |
static GeneralSubtree |
GeneralSubtree.getInstance(Object obj) |
GeneralSubtree[] |
NameConstraints.getPermittedSubtrees() |
Modifier and Type | Method and 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 |
PKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree permitted) |
void |
NameConstraintValidator.intersectPermittedSubtree(GeneralSubtree[] permitted) |
void |
PKIXNameConstraintValidator.intersectPermittedSubtree(GeneralSubtree[] permitted)
Updates the permitted set of these name constraints with the intersection
with the given subtree.
|
Constructor and Description |
---|
NameConstraints(GeneralSubtree[] permitted,
GeneralSubtree[] excluded)
Constructor from a given details.
|
NameConstraints(GeneralSubtree[] permitted,
GeneralSubtree[] excluded)
Constructor from a given details.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.