Class EnrollCertRequestEntry


  • public class EnrollCertRequestEntry
    extends Object
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • EnrollCertRequestEntry

        public EnrollCertRequestEntry()
    • Method Detail

      • setCertReqId

        public void setCertReqId​(BigInteger certReqId)
      • getCertprofile

        public String getCertprofile()
      • setCertprofile

        public void setCertprofile​(String certprofile)
      • getSubjectPublicKey

        public byte[] getSubjectPublicKey()
      • setSubjectPublicKey

        public void setSubjectPublicKey​(byte[] subjectPublicKey)
      • subjectPublicKey

        public void subjectPublicKey​(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKey)
                              throws IOException
        Throws:
        IOException
      • setSubject

        public void setSubject​(X500NameType subject)
      • getExtensions

        public byte[] getExtensions()
      • setExtensions

        public void setExtensions​(byte[] extensions)
      • extensions

        public void extensions​(org.bouncycastle.asn1.x509.Extensions extensions)
                        throws IOException
        Throws:
        IOException
      • getP10req

        public byte[] getP10req()
      • setP10req

        public void setP10req​(byte[] p10req)
      • getNotBefore

        public Long getNotBefore()
      • setNotBefore

        public void setNotBefore​(Long notBefore)
      • notBefore

        public void notBefore​(Instant notBefore)
      • getNotAfter

        public Long getNotAfter()
      • setNotAfter

        public void setNotAfter​(Long notAfter)
      • notAfter

        public void notAfter​(Instant notAfter)