public final class CertificateList extends Object
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING
}
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1
X.509 CertList encoder/decoder.
|
| Constructor and Description |
|---|
CertificateList(TBSCertList tbsCertList,
AlgorithmIdentifier signatureAlgorithm,
byte[] signatureValue) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 TBSCertList value.
|
byte[] |
getSignatureValue()
Returns the value of signatureValue field of the structure.
|
TBSCertList |
getTbsCertList()
Returns the value of tbsCertList field of the structure.
|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ASN1
public CertificateList(TBSCertList tbsCertList, AlgorithmIdentifier signatureAlgorithm, byte[] signatureValue)
public TBSCertList getTbsCertList()
public byte[] getSignatureValue()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.
public byte[] getEncoded()