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 Summary
ConstructorsConstructorDescriptionSES_ESPictrueInfo(org.bouncycastle.asn1.ASN1Sequence seq) SES_ESPictrueInfo(org.bouncycastle.asn1.DERIA5String type, org.bouncycastle.asn1.ASN1OctetString data, org.bouncycastle.asn1.ASN1Integer width, org.bouncycastle.asn1.ASN1Integer height) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1OctetStringgetData()org.bouncycastle.asn1.ASN1Integerstatic SES_ESPictrueInfoorg.bouncycastle.asn1.DERIA5StringgetType()org.bouncycastle.asn1.ASN1IntegergetWidth()setData(byte[] data) setData(org.bouncycastle.asn1.ASN1OctetString data) setHeight(long height) setHeight(org.bouncycastle.asn1.ASN1Integer height) setType(org.bouncycastle.asn1.DERIA5String type) setWidth(long width) setWidth(org.bouncycastle.asn1.ASN1Integer width) org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
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
-
getData
public org.bouncycastle.asn1.ASN1OctetString getData() -
setData
-
setData
-
getWidth
public org.bouncycastle.asn1.ASN1Integer getWidth() -
setWidth
-
setWidth
-
getHeight
public org.bouncycastle.asn1.ASN1Integer getHeight() -
setHeight
-
setHeight
-
getType
public org.bouncycastle.asn1.DERIA5String getType() -
setType
-
setType
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-