kz.gamma.hardware.asn1.x509
Class CertificateList
java.lang.Object
kz.gamma.hardware.asn1.ASN1Encodable
kz.gamma.hardware.asn1.x509.CertificateList
- All Implemented Interfaces:
- DEREncodable
public class CertificateList
- extends ASN1Encodable
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows. For signature calculation,
the data that is to be signed is ASN.1 DER encoded.
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
tbsCertList
TBSCertList tbsCertList
sigAlgId
AlgorithmIdentifier sigAlgId
sig
DERBitString sig
CertificateList
public CertificateList(ASN1Sequence seq)
- Parameters:
seq -
getInstance
public static CertificateList getInstance(ASN1TaggedObject obj,
boolean explicit)
- Parameters:
obj - explicit -
- Returns:
getInstance
public static CertificateList getInstance(java.lang.Object obj)
- Parameters:
obj -
- Returns:
getTBSCertList
public TBSCertList getTBSCertList()
- Returns:
getRevokedCertificates
public TBSCertList.CRLEntry[] getRevokedCertificates()
- Returns:
getSignatureAlgorithm
public AlgorithmIdentifier getSignatureAlgorithm()
- Returns:
getSignature
public DERBitString getSignature()
- Returns:
getVersion
public int getVersion()
- Returns:
getIssuer
public X509Name getIssuer()
- Returns:
getThisUpdate
public Time getThisUpdate()
- Returns:
getNextUpdate
public Time getNextUpdate()
- Returns:
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object in class ASN1Encodable
- Returns:
Copyright © 2013 Gamma Technologies. All Rights Reserved.