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,
BigInteger certReqId,
boolean serverkeygen) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertprofileName() |
BigInteger |
getCertReqId() |
org.bouncycastle.asn1.x509.Extensions |
getExtensions() |
Date |
getNotAfter() |
Date |
getNotBefore() |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getPublicKeyInfo() |
org.bouncycastle.asn1.x500.X500Name |
getSubject() |
boolean |
isForCrossCert() |
boolean |
isServerkeygen() |
void |
setForCrossCert(boolean forCrossCert) |
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,
BigInteger certReqId,
boolean serverkeygen)
public boolean isForCrossCert()
public void setForCrossCert(boolean forCrossCert)
public org.bouncycastle.asn1.x500.X500Name getSubject()
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKeyInfo()
public boolean isServerkeygen()
public Date getNotBefore()
public Date getNotAfter()
public String getCertprofileName()
public org.bouncycastle.asn1.x509.Extensions getExtensions()
public BigInteger getCertReqId()
Copyright © 2022. All rights reserved.