Class SES_ESPropertyInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.ofdrw.gm.ses.v1.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 15:03:38
Author:
权观宇
  • Field Details

    • OrgType

      public static final org.bouncycastle.asn1.ASN1Integer OrgType
      单位印章类型
    • PersonType

      public static final org.bouncycastle.asn1.ASN1Integer PersonType
      个人印章类型
  • Constructor Details

    • SES_ESPropertyInfo

      public SES_ESPropertyInfo()
    • SES_ESPropertyInfo

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

      public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Integer type, org.bouncycastle.asn1.DERUTF8String name, org.bouncycastle.asn1.ASN1Sequence certList, org.bouncycastle.asn1.ASN1UTCTime createDate, org.bouncycastle.asn1.ASN1UTCTime validStart, org.bouncycastle.asn1.ASN1UTCTime validEnd)
  • 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)
    • setType

      public SES_ESPropertyInfo setType(int type)
    • getName

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

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

      public SES_ESPropertyInfo setName(String name)
    • getCertList

      public org.bouncycastle.asn1.ASN1Sequence getCertList()
    • setCertList

      public SES_ESPropertyInfo setCertList(org.bouncycastle.asn1.ASN1Sequence certList)
    • getCreateDate

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

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

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

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

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

      public SES_ESPropertyInfo setValidEnd(org.bouncycastle.asn1.ASN1UTCTime 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