com.mindbright.security.x509
public class BasicConstraints extends ASN1Sequence
BasicConstraintsSyntax ::= SEQUENCE {
cA BOOLEAN DEFAULT FALSE,
pathLenConstraint INTEGER (0..MAX) OPTIONAL
}
| Modifier and Type | Field and Description |
|---|---|
ASN1Boolean |
ca |
ASN1Integer |
pathlenconstraint |
components, count, ofTypeisSet, tag| Constructor and Description |
|---|
BasicConstraints() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofTypedecodeValue, getTag, getType, isSet, setValuepublic ASN1Boolean ca
public ASN1Integer pathlenconstraint
public java.lang.String toString()
toString in class ASN1Object