Class SES_ESPropertyInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.ofdrw.gm.ses.v4.SES_ESPropertyInfo
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class SES_ESPropertyInfo extends org.bouncycastle.asn1.ASN1Object
印章属性
Since:
2020-04-19 16:24:52
Author:
权观宇
  • Field Details

    • CertListType

      public static final org.bouncycastle.asn1.ASN1Integer CertListType
      签章者证书信息类型: 1 - 数字证书类型
    • CertDigestListType

      public static final org.bouncycastle.asn1.ASN1Integer CertDigestListType
      签章者证书信息类型: 2 - 数字证书杂凑值
  • Constructor Details

    • SES_ESPropertyInfo

      public SES_ESPropertyInfo()
    • SES_ESPropertyInfo

      public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Integer type, org.bouncycastle.asn1.DERUTF8String name, org.bouncycastle.asn1.ASN1Integer certListType, SES_CertList certList, org.bouncycastle.asn1.ASN1GeneralizedTime createDate, org.bouncycastle.asn1.ASN1GeneralizedTime validStart, org.bouncycastle.asn1.ASN1GeneralizedTime validEnd)
    • SES_ESPropertyInfo

      public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Sequence seq)
  • Method Details

    • getInstance

      public static SES_ESPropertyInfo getInstance(Object o)
    • getType

      public org.bouncycastle.asn1.ASN1Integer getType()
    • setType

      public SES_ESPropertyInfo setType(org.bouncycastle.asn1.ASN1Integer type)
    • getName

      public org.bouncycastle.asn1.DERUTF8String getName()
    • setName

      public SES_ESPropertyInfo setName(org.bouncycastle.asn1.DERUTF8String name)
    • getCertListType

      public org.bouncycastle.asn1.ASN1Integer getCertListType()
    • setCertListType

      public SES_ESPropertyInfo setCertListType(org.bouncycastle.asn1.ASN1Integer certListType)
    • getCertList

      public SES_CertList getCertList()
    • setCertList

      public SES_ESPropertyInfo setCertList(SES_CertList certList)
    • getCreateDate

      public org.bouncycastle.asn1.ASN1GeneralizedTime getCreateDate()
    • setCreateDate

      public SES_ESPropertyInfo setCreateDate(org.bouncycastle.asn1.ASN1GeneralizedTime createDate)
    • getValidStart

      public org.bouncycastle.asn1.ASN1GeneralizedTime getValidStart()
    • setValidStart

      public SES_ESPropertyInfo setValidStart(org.bouncycastle.asn1.ASN1GeneralizedTime validStart)
    • getValidEnd

      public org.bouncycastle.asn1.ASN1GeneralizedTime getValidEnd()
    • setValidEnd

      public SES_ESPropertyInfo setValidEnd(org.bouncycastle.asn1.ASN1GeneralizedTime validEnd)
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object