Searched defs:NameConstraints (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DNameConstraints.java45 * NameConstraints ::= SEQUENCE {
56 public final class NameConstraints extends ExtensionValue { class in inherits:ExtensionValue
61 /** the ASN.1 encoded form of NameConstraints */
70 public NameConstraints(GeneralSubtrees permittedSubtrees, method in class:NameConstraints
88 private NameConstraints(GeneralSubtrees permittedSubtrees, method in class:NameConstraints
94 public static NameConstraints decode(byte[] encoding) throws IOException {
95 return (NameConstraints) ASN1.decode(encoding);
151 * Apply the name restrictions specified by this NameConstraints
163 * these NameConstraints restrictions
194 * NameConstraints objec
[all...]

Completed in 123 milliseconds