Class SES_CertList

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.ofdrw.gm.ses.v5.SES_CertList
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice, org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class SES_CertList extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
签章者证书信息列表
Since:
2026-04-24
Author:
minghu.zhang
  • Constructor Details

  • Method Details

    • getInstance

      public static SES_CertList getInstance(org.bouncycastle.asn1.ASN1Integer type, Object obj)
    • get

      public org.bouncycastle.asn1.ASN1Object get()
    • getCerts

      public CertInfoList getCerts()
    • getCertDigestList

      public CertDigestList getCertDigestList()
    • 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