Package org.bouncycastle.asn1.esf
Interface ESFAttributes
-
public interface ESFAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static ASN1ObjectIdentifierarchiveTimestampstatic ASN1ObjectIdentifierarchiveTimestampV2static ASN1ObjectIdentifiercertCRLTimestampstatic ASN1ObjectIdentifiercertificateRefsstatic ASN1ObjectIdentifiercertValuesstatic ASN1ObjectIdentifiercommitmentTypestatic ASN1ObjectIdentifiercontentTimestampstatic ASN1ObjectIdentifierescTimeStampstatic ASN1ObjectIdentifierotherSigCertstatic ASN1ObjectIdentifierrevocationRefsstatic ASN1ObjectIdentifierrevocationValuesstatic ASN1ObjectIdentifiersignerAttrstatic ASN1ObjectIdentifiersignerLocationstatic ASN1ObjectIdentifiersigPolicyId
-
-
-
Field Detail
-
sigPolicyId
static final ASN1ObjectIdentifier sigPolicyId
-
commitmentType
static final ASN1ObjectIdentifier commitmentType
-
signerLocation
static final ASN1ObjectIdentifier signerLocation
-
signerAttr
static final ASN1ObjectIdentifier signerAttr
-
otherSigCert
static final ASN1ObjectIdentifier otherSigCert
-
contentTimestamp
static final ASN1ObjectIdentifier contentTimestamp
-
certificateRefs
static final ASN1ObjectIdentifier certificateRefs
-
revocationRefs
static final ASN1ObjectIdentifier revocationRefs
-
certValues
static final ASN1ObjectIdentifier certValues
-
revocationValues
static final ASN1ObjectIdentifier revocationValues
-
escTimeStamp
static final ASN1ObjectIdentifier escTimeStamp
-
certCRLTimestamp
static final ASN1ObjectIdentifier certCRLTimestamp
-
archiveTimestamp
static final ASN1ObjectIdentifier archiveTimestamp
-
archiveTimestampV2
static final ASN1ObjectIdentifier archiveTimestampV2
-
-