Class UpdateCertActions.UpdateAction

    • Field Detail

      • securityFactory

        protected org.xipki.security.SecurityFactory securityFactory
    • Constructor Detail

      • UpdateAction

        public UpdateAction()
    • Method Detail

      • getPublicKey

        protected abstract org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKey()
                                                                                 throws Exception
        Throws:
        Exception
      • buildEnrollCertRequestEntry

        protected abstract org.xipki.cmp.client.EnrollCertRequest.Entry buildEnrollCertRequestEntry​(String id,
                                                                                                    String profile,
                                                                                                    org.bouncycastle.asn1.crmf.CertRequest certRequest)
                                                                                             throws Exception
        Throws:
        Exception
      • enroll

        protected org.xipki.cmp.client.EnrollCertResult enroll()
                                                        throws Exception
        Throws:
        Exception