Class SES_ESPropertyInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.ofdrw.gm.ses.v5.SES_ESPropertyInfo
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
public class SES_ESPropertyInfo
extends org.bouncycastle.asn1.ASN1Object
印章属性
- Since:
- 2026-04-24
- Author:
- minghu.zhang
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.bouncycastle.asn1.ASN1Integerstatic final org.bouncycastle.asn1.ASN1Integer -
Constructor Summary
ConstructorsConstructorDescriptionSES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Integer type, org.bouncycastle.asn1.DERUTF8String name, org.bouncycastle.asn1.ASN1Integer certListType, SES_CertList certList, org.bouncycastle.asn1.ASN1GeneralizedTime createDate, org.bouncycastle.asn1.ASN1GeneralizedTime validStart, org.bouncycastle.asn1.ASN1GeneralizedTime validEnd) SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Sequence seq) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1Integerorg.bouncycastle.asn1.ASN1GeneralizedTimestatic SES_ESPropertyInfoorg.bouncycastle.asn1.DERUTF8StringgetName()org.bouncycastle.asn1.ASN1IntegergetType()org.bouncycastle.asn1.ASN1GeneralizedTimeorg.bouncycastle.asn1.ASN1GeneralizedTimesetCertList(SES_CertList certList) setCertListType(org.bouncycastle.asn1.ASN1Integer certListType) setCreateDate(org.bouncycastle.asn1.ASN1GeneralizedTime createDate) setName(org.bouncycastle.asn1.DERUTF8String name) setType(org.bouncycastle.asn1.ASN1Integer type) setValidEnd(org.bouncycastle.asn1.ASN1GeneralizedTime validEnd) setValidStart(org.bouncycastle.asn1.ASN1GeneralizedTime validStart) org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
CertListType
public static final org.bouncycastle.asn1.ASN1Integer CertListType -
CertDigestListType
public static final org.bouncycastle.asn1.ASN1Integer CertDigestListType
-
-
Constructor Details
-
SES_ESPropertyInfo
public SES_ESPropertyInfo() -
SES_ESPropertyInfo
public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Integer type, org.bouncycastle.asn1.DERUTF8String name, org.bouncycastle.asn1.ASN1Integer certListType, SES_CertList certList, org.bouncycastle.asn1.ASN1GeneralizedTime createDate, org.bouncycastle.asn1.ASN1GeneralizedTime validStart, org.bouncycastle.asn1.ASN1GeneralizedTime validEnd) -
SES_ESPropertyInfo
public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Details
-
getInstance
-
getType
public org.bouncycastle.asn1.ASN1Integer getType() -
setType
-
getName
public org.bouncycastle.asn1.DERUTF8String getName() -
setName
-
getCertListType
public org.bouncycastle.asn1.ASN1Integer getCertListType() -
setCertListType
-
getCertList
-
setCertList
-
getCreateDate
public org.bouncycastle.asn1.ASN1GeneralizedTime getCreateDate() -
setCreateDate
-
getValidStart
public org.bouncycastle.asn1.ASN1GeneralizedTime getValidStart() -
setValidStart
-
getValidEnd
public org.bouncycastle.asn1.ASN1GeneralizedTime getValidEnd() -
setValidEnd
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-