public class CertTemplateData extends Object
| Constructor and Description |
|---|
CertTemplateData(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
Date notBefore,
Date notAfter,
org.bouncycastle.asn1.x509.Extensions extensions,
String certprofileName) |
CertTemplateData(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
Date notBefore,
Date notAfter,
org.bouncycastle.asn1.x509.Extensions extensions,
String certprofileName,
org.bouncycastle.asn1.ASN1Integer certReqId,
boolean caGenerateKeypair) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertprofileName() |
org.bouncycastle.asn1.ASN1Integer |
getCertReqId() |
org.bouncycastle.asn1.x509.Extensions |
getExtensions() |
Date |
getNotAfter() |
Date |
getNotBefore() |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getPublicKeyInfo() |
org.bouncycastle.asn1.x500.X500Name |
getSubject() |
boolean |
isCaGenerateKeypair() |
public CertTemplateData(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
Date notBefore,
Date notAfter,
org.bouncycastle.asn1.x509.Extensions extensions,
String certprofileName)
public CertTemplateData(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
Date notBefore,
Date notAfter,
org.bouncycastle.asn1.x509.Extensions extensions,
String certprofileName,
org.bouncycastle.asn1.ASN1Integer certReqId,
boolean caGenerateKeypair)
public org.bouncycastle.asn1.x500.X500Name getSubject()
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKeyInfo()
public boolean isCaGenerateKeypair()
public Date getNotBefore()
public Date getNotAfter()
public String getCertprofileName()
public org.bouncycastle.asn1.x509.Extensions getExtensions()
public org.bouncycastle.asn1.ASN1Integer getCertReqId()
Copyright © 2021. All rights reserved.