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 pop) |
Entry(String id,
String certprofile,
org.bouncycastle.asn1.crmf.CertRequest certReq,
org.bouncycastle.asn1.crmf.ProofOfPossession pop,
boolean serverkeygen,
boolean reenroll) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertprofile() |
org.bouncycastle.asn1.crmf.CertRequest |
getCertReq() |
org.bouncycastle.asn1.crmf.ProofOfPossession |
getPop() |
getIdpublic Entry(String id, String certprofile, org.bouncycastle.asn1.crmf.CertRequest certReq, org.bouncycastle.asn1.crmf.ProofOfPossession pop)
public String getCertprofile()
public org.bouncycastle.asn1.crmf.CertRequest getCertReq()
public org.bouncycastle.asn1.crmf.ProofOfPossession getPop()
Copyright © 2023. All rights reserved.