Package | Description |
---|---|
old.org.bouncycastle.asn1.cmp | |
old.org.bouncycastle.asn1.crmf | |
old.org.bouncycastle.cert.crmf |
Modifier and Type | Method and Description |
---|---|
CertTemplate |
RevDetails.getCertDetails() |
Constructor and Description |
---|
RevDetails(CertTemplate certDetails) |
RevDetails(CertTemplate certDetails,
X509Extensions crlEntryDetails) |
Modifier and Type | Method and Description |
---|---|
CertTemplate |
CertTemplateBuilder.build()
CertTemplate ::= SEQUENCE {
version [0] Version OPTIONAL,
serialNumber [1] INTEGER OPTIONAL,
signingAlg [2] AlgorithmIdentifier OPTIONAL,
issuer [3] Name OPTIONAL,
validity [4] OptionalValidity OPTIONAL,
subject [5] Name OPTIONAL,
publicKey [6] SubjectPublicKeyInfo OPTIONAL,
issuerUID [7] UniqueIdentifier OPTIONAL,
subjectUID [8] UniqueIdentifier OPTIONAL,
extensions [9] Extensions OPTIONAL }
|
CertTemplate |
CertRequest.getCertTemplate() |
static CertTemplate |
CertTemplate.getInstance(Object o) |
Constructor and Description |
---|
CertRequest(DERInteger certReqId,
CertTemplate certTemplate,
Controls controls) |
CertRequest(int certReqId,
CertTemplate certTemplate,
Controls controls) |
Modifier and Type | Method and Description |
---|---|
CertTemplate |
CertificateRequestMessage.getCertTemplate()
Return the certificate template contained in this message.
|
Copyright © 2015. All rights reserved.