Class SES_Header

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

public class SES_Header extends org.bouncycastle.asn1.ASN1Object
头信息
Since:
2020-04-19 15:13:29
Author:
权观宇
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.bouncycastle.asn1.DERIA5String
    电子印章数据标识符 固定值“ES”
    static final org.bouncycastle.asn1.ASN1Integer
    电子印章数据结构版本号,V4
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SES_Header(org.bouncycastle.asn1.ASN1Integer version, org.bouncycastle.asn1.DERIA5String vid)
     
    SES_Header(org.bouncycastle.asn1.ASN1Sequence seq)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.DERIA5String
     
    static SES_Header
     
    org.bouncycastle.asn1.ASN1Integer
     
    org.bouncycastle.asn1.DERIA5String
     
    setVersion(int version)
     
    setVersion(org.bouncycastle.asn1.ASN1Integer version)
     
     
    setVid(org.bouncycastle.asn1.DERIA5String vid)
     
    org.bouncycastle.asn1.ASN1Primitive
     

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • V4

      public static final org.bouncycastle.asn1.ASN1Integer V4
      电子印章数据结构版本号,V4
    • ID

      public static final org.bouncycastle.asn1.DERIA5String ID
      电子印章数据标识符 固定值“ES”
  • Constructor Details

    • SES_Header

      public SES_Header()
    • SES_Header

      public SES_Header(org.bouncycastle.asn1.ASN1Integer version, org.bouncycastle.asn1.DERIA5String vid)
    • SES_Header

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

    • getInstance

      public static SES_Header getInstance(Object o)
    • getId

      public org.bouncycastle.asn1.DERIA5String getId()
    • getVersion

      public org.bouncycastle.asn1.ASN1Integer getVersion()
    • setVersion

      public SES_Header setVersion(org.bouncycastle.asn1.ASN1Integer version)
    • setVersion

      public SES_Header setVersion(int version)
    • getVid

      public org.bouncycastle.asn1.DERIA5String getVid()
    • setVid

      public SES_Header setVid(org.bouncycastle.asn1.DERIA5String vid)
    • setVid

      public SES_Header setVid(String vid)
    • 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