public static class EnrollCertRequest.Entry extends IdentifiedObject
| Constructor and Description |
|---|
Entry(String id,
String certprofile,
org.bouncycastle.asn1.crmf.CertRequest certReq,
org.bouncycastle.asn1.crmf.ProofOfPossession popo) |
Entry(String id,
String certprofile,
org.bouncycastle.asn1.crmf.CertRequest certReq,
org.bouncycastle.asn1.crmf.ProofOfPossession popo,
boolean caGenerateKeypair,
boolean kup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertprofile() |
org.bouncycastle.asn1.crmf.CertRequest |
getCertReq() |
org.bouncycastle.asn1.crmf.ProofOfPossession |
getPopo() |
boolean |
isCaGenerateKeypair() |
getIdpublic Entry(String id, String certprofile, org.bouncycastle.asn1.crmf.CertRequest certReq, org.bouncycastle.asn1.crmf.ProofOfPossession popo)
public String getCertprofile()
public org.bouncycastle.asn1.crmf.CertRequest getCertReq()
public org.bouncycastle.asn1.crmf.ProofOfPossession getPopo()
public boolean isCaGenerateKeypair()
Copyright © 2019. All rights reserved.