public class CertificateList extends Asn1SequenceType
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CertificateList.CertificateListField |
Asn1Type.EncodingType| Constructor and Description |
|---|
CertificateList() |
| Modifier and Type | Method and Description |
|---|---|
Asn1BitString |
getSignature() |
AlgorithmIdentifier |
getSignatureAlgorithm() |
TBSCertList |
getTBSCertList() |
void |
setSignatureAlgorithms(AlgorithmIdentifier signatureAlgorithms) |
void |
setSignatureValue(Asn1BitString signatureValue) |
void |
setTBSCertList(TBSCertList tbsCertList) |
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 TBSCertList getTBSCertList()
public void setTBSCertList(TBSCertList tbsCertList)
public AlgorithmIdentifier getSignatureAlgorithm()
public void setSignatureAlgorithms(AlgorithmIdentifier signatureAlgorithms)
public Asn1BitString getSignature()
public void setSignatureValue(Asn1BitString signatureValue)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.