Package org.bouncycastle.asn1.esf
Interface ESFAttributes
-
public interface ESFAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static org.bouncycastle.asn1.ASN1ObjectIdentifier
archiveTimestamp
static org.bouncycastle.asn1.ASN1ObjectIdentifier
archiveTimestampV2
static org.bouncycastle.asn1.ASN1ObjectIdentifier
certCRLTimestamp
static org.bouncycastle.asn1.ASN1ObjectIdentifier
certificateRefs
static org.bouncycastle.asn1.ASN1ObjectIdentifier
certValues
static org.bouncycastle.asn1.ASN1ObjectIdentifier
commitmentType
static org.bouncycastle.asn1.ASN1ObjectIdentifier
contentTimestamp
static org.bouncycastle.asn1.ASN1ObjectIdentifier
escTimeStamp
static org.bouncycastle.asn1.ASN1ObjectIdentifier
otherSigCert
static org.bouncycastle.asn1.ASN1ObjectIdentifier
revocationRefs
static org.bouncycastle.asn1.ASN1ObjectIdentifier
revocationValues
static org.bouncycastle.asn1.ASN1ObjectIdentifier
signerAttr
static org.bouncycastle.asn1.ASN1ObjectIdentifier
signerLocation
static org.bouncycastle.asn1.ASN1ObjectIdentifier
sigPolicyId
-
-
-
Field Detail
-
sigPolicyId
static final org.bouncycastle.asn1.ASN1ObjectIdentifier sigPolicyId
-
commitmentType
static final org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentType
-
signerLocation
static final org.bouncycastle.asn1.ASN1ObjectIdentifier signerLocation
-
signerAttr
static final org.bouncycastle.asn1.ASN1ObjectIdentifier signerAttr
-
otherSigCert
static final org.bouncycastle.asn1.ASN1ObjectIdentifier otherSigCert
-
contentTimestamp
static final org.bouncycastle.asn1.ASN1ObjectIdentifier contentTimestamp
-
certificateRefs
static final org.bouncycastle.asn1.ASN1ObjectIdentifier certificateRefs
-
revocationRefs
static final org.bouncycastle.asn1.ASN1ObjectIdentifier revocationRefs
-
certValues
static final org.bouncycastle.asn1.ASN1ObjectIdentifier certValues
-
revocationValues
static final org.bouncycastle.asn1.ASN1ObjectIdentifier revocationValues
-
escTimeStamp
static final org.bouncycastle.asn1.ASN1ObjectIdentifier escTimeStamp
-
certCRLTimestamp
static final org.bouncycastle.asn1.ASN1ObjectIdentifier certCRLTimestamp
-
archiveTimestamp
static final org.bouncycastle.asn1.ASN1ObjectIdentifier archiveTimestamp
-
archiveTimestampV2
static final org.bouncycastle.asn1.ASN1ObjectIdentifier archiveTimestampV2
-
-