public class SES_ESPropertyInfo
extends org.bouncycastle.asn1.ASN1Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.bouncycastle.asn1.ASN1Integer |
CertDigestListType
签章者证书信息类型: 2 - 数字证书杂凑值
|
static org.bouncycastle.asn1.ASN1Integer |
CertListType
签章者证书信息类型: 1 - 数字证书类型
|
| 构造器和说明 |
|---|
SES_ESPropertyInfo() |
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(org.bouncycastle.asn1.ASN1Sequence seq) |
| 限定符和类型 | 方法和说明 |
|---|---|
SES_CertList |
getCertList() |
org.bouncycastle.asn1.ASN1Integer |
getCertListType() |
org.bouncycastle.asn1.ASN1GeneralizedTime |
getCreateDate() |
static SES_ESPropertyInfo |
getInstance(Object o) |
org.bouncycastle.asn1.DERUTF8String |
getName() |
org.bouncycastle.asn1.ASN1Integer |
getType() |
org.bouncycastle.asn1.ASN1GeneralizedTime |
getValidEnd() |
org.bouncycastle.asn1.ASN1GeneralizedTime |
getValidStart() |
SES_ESPropertyInfo |
setCertList(SES_CertList certList) |
SES_ESPropertyInfo |
setCertListType(org.bouncycastle.asn1.ASN1Integer certListType) |
SES_ESPropertyInfo |
setCreateDate(org.bouncycastle.asn1.ASN1GeneralizedTime createDate) |
SES_ESPropertyInfo |
setName(org.bouncycastle.asn1.DERUTF8String name) |
SES_ESPropertyInfo |
setType(org.bouncycastle.asn1.ASN1Integer type) |
SES_ESPropertyInfo |
setValidEnd(org.bouncycastle.asn1.ASN1GeneralizedTime validEnd) |
SES_ESPropertyInfo |
setValidStart(org.bouncycastle.asn1.ASN1GeneralizedTime validStart) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final org.bouncycastle.asn1.ASN1Integer CertListType
public static final org.bouncycastle.asn1.ASN1Integer CertDigestListType
public 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)
public SES_ESPropertyInfo(org.bouncycastle.asn1.ASN1Sequence seq)
public static SES_ESPropertyInfo getInstance(Object o)
public org.bouncycastle.asn1.ASN1Integer getType()
public SES_ESPropertyInfo setType(org.bouncycastle.asn1.ASN1Integer type)
public org.bouncycastle.asn1.DERUTF8String getName()
public SES_ESPropertyInfo setName(org.bouncycastle.asn1.DERUTF8String name)
public org.bouncycastle.asn1.ASN1Integer getCertListType()
public SES_ESPropertyInfo setCertListType(org.bouncycastle.asn1.ASN1Integer certListType)
public SES_CertList getCertList()
public SES_ESPropertyInfo setCertList(SES_CertList certList)
public org.bouncycastle.asn1.ASN1GeneralizedTime getCreateDate()
public SES_ESPropertyInfo setCreateDate(org.bouncycastle.asn1.ASN1GeneralizedTime createDate)
public org.bouncycastle.asn1.ASN1GeneralizedTime getValidStart()
public SES_ESPropertyInfo setValidStart(org.bouncycastle.asn1.ASN1GeneralizedTime validStart)
public org.bouncycastle.asn1.ASN1GeneralizedTime getValidEnd()
public SES_ESPropertyInfo setValidEnd(org.bouncycastle.asn1.ASN1GeneralizedTime validEnd)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive 在接口中 org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive 在类中 org.bouncycastle.asn1.ASN1ObjectCopyright © 2022. All rights reserved.