|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Structure
com.mindbright.asn1.ASN1Sequence
com.mindbright.security.x509.BasicConstraints
BasicConstraintsSyntax ::= SEQUENCE { cA BOOLEAN DEFAULT FALSE, pathLenConstraint INTEGER (0..MAX) OPTIONAL }
Field Summary | |
ASN1Boolean |
ca
|
ASN1Integer |
pathlenconstraint
|
Fields inherited from class com.mindbright.asn1.ASN1Structure |
components, count, ofType |
Fields inherited from class com.mindbright.asn1.ASN1Object |
isSet, tag |
Constructor Summary | |
BasicConstraints()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class com.mindbright.asn1.ASN1Structure |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType |
Methods inherited from class com.mindbright.asn1.ASN1Object |
decodeValue, getTag, getType, isSet, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public ASN1Boolean ca
public ASN1Integer pathlenconstraint
Constructor Detail |
public BasicConstraints()
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |