Class SES_ESPictrueInfo

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

public class SES_ESPictrueInfo extends org.bouncycastle.asn1.ASN1Object
印章图片信息
Since:
2020-04-19 14:30:22
Author:
权观宇
  • Constructor Details

    • SES_ESPictrueInfo

      public SES_ESPictrueInfo()
    • SES_ESPictrueInfo

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

      public SES_ESPictrueInfo(org.bouncycastle.asn1.DERIA5String type, org.bouncycastle.asn1.ASN1OctetString data, org.bouncycastle.asn1.ASN1Integer width, org.bouncycastle.asn1.ASN1Integer height)
  • Method Details

    • getInstance

      public static SES_ESPictrueInfo getInstance(Object o)
    • getData

      public org.bouncycastle.asn1.ASN1OctetString getData()
    • setData

      public SES_ESPictrueInfo setData(org.bouncycastle.asn1.ASN1OctetString data)
    • setData

      public SES_ESPictrueInfo setData(byte[] data)
    • getWidth

      public org.bouncycastle.asn1.ASN1Integer getWidth()
    • setWidth

      public SES_ESPictrueInfo setWidth(org.bouncycastle.asn1.ASN1Integer width)
    • setWidth

      public SES_ESPictrueInfo setWidth(long width)
    • getHeight

      public org.bouncycastle.asn1.ASN1Integer getHeight()
    • setHeight

      public SES_ESPictrueInfo setHeight(org.bouncycastle.asn1.ASN1Integer height)
    • setHeight

      public SES_ESPictrueInfo setHeight(long height)
    • getType

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

      public SES_ESPictrueInfo setType(String type)
    • setType

      public SES_ESPictrueInfo setType(org.bouncycastle.asn1.DERIA5String type)
    • 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