Class EnrollCertRequest.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String id, java.lang.String certprofile, org.bouncycastle.asn1.crmf.CertRequest certReq, org.bouncycastle.asn1.crmf.ProofOfPossession pop)  
      Entry​(java.lang.String id, java.lang.String certprofile, org.bouncycastle.asn1.crmf.CertRequest certReq, org.bouncycastle.asn1.crmf.ProofOfPossession pop, boolean serverkeygen, boolean reenroll)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCertprofile()  
      org.bouncycastle.asn1.crmf.CertRequest getCertReq()  
      org.bouncycastle.asn1.crmf.ProofOfPossession getPop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String id,
                     java.lang.String certprofile,
                     org.bouncycastle.asn1.crmf.CertRequest certReq,
                     org.bouncycastle.asn1.crmf.ProofOfPossession pop)
      • Entry

        public Entry​(java.lang.String id,
                     java.lang.String certprofile,
                     org.bouncycastle.asn1.crmf.CertRequest certReq,
                     org.bouncycastle.asn1.crmf.ProofOfPossession pop,
                     boolean serverkeygen,
                     boolean reenroll)
    • Method Detail

      • getCertprofile

        public java.lang.String getCertprofile()
      • getCertReq

        public org.bouncycastle.asn1.crmf.CertRequest getCertReq()
      • getPop

        public org.bouncycastle.asn1.crmf.ProofOfPossession getPop()