public class TBSCertList extends Asn1SequenceType
TBSCertList ::= SEQUENCE {
version Version OPTIONAL,
-- if present, shall be v2
signature AlgorithmIdentifier,
issuer Name,
thisUpdate Time,
nextUpdate Time OPTIONAL,
revokedCertificates SEQUENCE OF SEQUENCE {
userCertificate CertificateSerialNumber,
revocationDate Time,
crlEntryExtensions Extensions OPTIONAL
-- if present, shall be v2
} OPTIONAL,
crlExtensions [0] EXPLICIT Extensions OPTIONAL
-- if present, shall be v2
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TBSCertList.TBSCertListField |
Asn1Type.EncodingType| Constructor and Description |
|---|
TBSCertList() |
| Modifier and Type | Method and Description |
|---|---|
Extensions |
getCrlExtensions() |
Name |
getIssuer() |
Time |
getNextUpdate() |
RevokedCertificates |
getRevokedCertificates() |
AlgorithmIdentifier |
getSignature() |
Time |
getThisUpdate() |
Asn1Integer |
getVersion() |
void |
setCrlExtensions(Extensions crlExtensions) |
void |
setIssuer(Name issuer) |
void |
setNextUpdate(Time nextUpdate) |
void |
setRevokedCertificates(RevokedCertificates revokedCertificates) |
void |
setSignature(AlgorithmIdentifier signature) |
void |
setThisUpdata(Time thisUpdata) |
void |
setVersion(Asn1Integer version) |
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, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic Asn1Integer getVersion()
public void setVersion(Asn1Integer version)
public AlgorithmIdentifier getSignature()
public void setSignature(AlgorithmIdentifier signature)
public Name getIssuer()
public void setIssuer(Name issuer)
public Time getThisUpdate()
public void setThisUpdata(Time thisUpdata)
public Time getNextUpdate()
public void setNextUpdate(Time nextUpdate)
public RevokedCertificates getRevokedCertificates()
public void setRevokedCertificates(RevokedCertificates revokedCertificates)
public Extensions getCrlExtensions()
public void setCrlExtensions(Extensions crlExtensions)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.