Class SES_SealInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.ofdrw.gm.ses.v5.SES_SealInfo
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
public class SES_SealInfo
extends org.bouncycastle.asn1.ASN1Object
印章信息
- Since:
- 2026-04-24
- Author:
- minghu.zhang
-
Constructor Summary
ConstructorsConstructorDescriptionSES_SealInfo(org.bouncycastle.asn1.ASN1Sequence seq) SES_SealInfo(SES_Header header, org.bouncycastle.asn1.DERIA5String esID, SES_ESPropertyInfo property, SES_ESPictrueInfo picture, ExtensionDatas extDatas) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERIA5StringgetEsID()static SES_SealInfosetEsID(org.bouncycastle.asn1.DERIA5String esID) setExtDatas(ExtensionDatas extDatas) setHeader(SES_Header header) setPicture(SES_ESPictrueInfo picture) setProperty(SES_ESPropertyInfo property) org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SES_SealInfo
public SES_SealInfo() -
SES_SealInfo
public SES_SealInfo(SES_Header header, org.bouncycastle.asn1.DERIA5String esID, SES_ESPropertyInfo property, SES_ESPictrueInfo picture, ExtensionDatas extDatas) -
SES_SealInfo
public SES_SealInfo(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Details
-
getInstance
-
getHeader
-
setHeader
-
getEsID
public org.bouncycastle.asn1.DERIA5String getEsID() -
setEsID
-
setEsID
-
getProperty
-
setProperty
-
getPicture
-
setPicture
-
getExtDatas
-
setExtDatas
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-