public class BasicConstraints extends Asn1SequenceType
BasicConstraints := SEQUENCE {
cA BOOLEAN DEFAULT FALSE,
pathLenConstraint INTEGER (0..MAX) OPTIONAL
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BasicConstraints.BasicConstraintsField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
BasicConstraints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCA() |
BigInteger |
getPathLenConstraint() |
boolean |
isCA() |
void |
setCA(Asn1Boolean isCA) |
void |
setPathLenConstraint(Asn1Integer pathLenConstraint) |
createCollectiondecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic boolean isCA()
public boolean getCA()
public void setCA(Asn1Boolean isCA)
public BigInteger getPathLenConstraint()
public void setPathLenConstraint(Asn1Integer pathLenConstraint)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.