public class SES_CertList
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
| 构造器和说明 |
|---|
SES_CertList(CertDigestList certDigestList) |
SES_CertList(CertInfoList certs) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.bouncycastle.asn1.ASN1Object |
get() |
CertDigestList |
getCertDigestList() |
CertInfoList |
getCerts() |
static SES_CertList |
getInstance(org.bouncycastle.asn1.ASN1Integer type,
Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SES_CertList(CertInfoList certs)
public SES_CertList(CertDigestList certDigestList)
public static SES_CertList getInstance(org.bouncycastle.asn1.ASN1Integer type, Object obj)
public org.bouncycastle.asn1.ASN1Object get()
public CertInfoList getCerts()
public CertDigestList getCertDigestList()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive 在接口中 org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive 在类中 org.bouncycastle.asn1.ASN1ObjectCopyright © 2022. All rights reserved.