Modifier and Type | Method and Description |
---|---|
X509CertificateStructure |
CMPCertificate.getX509v3PKCert() |
Constructor and Description |
---|
CMPCertificate(X509CertificateStructure x509v3PKCert) |
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure[] |
CscaMasterList.getCertStructs() |
Constructor and Description |
---|
CscaMasterList(X509CertificateStructure[] certStructs) |
Constructor and Description |
---|
RequestedCertificate(X509CertificateStructure certificate)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure |
CertificatePair.getForward() |
static X509CertificateStructure |
X509CertificateStructure.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static X509CertificateStructure |
X509CertificateStructure.getInstance(Object obj) |
X509CertificateStructure |
CertificatePair.getReverse() |
Constructor and Description |
---|
CertificatePair(X509CertificateStructure forward,
X509CertificateStructure reverse)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure |
X509CertificateHolder.toASN1Structure()
Return the underlying ASN.1 structure for the certificate in this holder.
|
Constructor and Description |
---|
X509CertificateHolder(X509CertificateStructure x509Certificate)
Create a X509CertificateHolder from the passed in ASN.1 structure.
|
Modifier and Type | Field and Description |
---|---|
protected X509CertificateStructure[] |
Certificate.certs
The certificates.
|
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure[] |
Certificate.getCerts() |
Modifier and Type | Method and Description |
---|---|
boolean |
CertificateVerifyer.isValid(X509CertificateStructure[] certs)
Deprecated.
|
boolean |
AlwaysValidVerifyer.isValid(X509CertificateStructure[] certs)
Deprecated.
Return true.
|
Constructor and Description |
---|
Certificate(X509CertificateStructure[] certs)
Private constructor from a cert array.
|
Constructor and Description |
---|
X509CertificateObject(X509CertificateStructure c) |
Copyright © 2015. All rights reserved.