Package org.bouncycastle.asn1.cms
Interface CMSAttributes
public interface CMSAttributes
RFC 5652 CMS attribute OID constants.
and RFC 6211 Algorithm Identifier Protection Attribute.
contentType ::= 1.2.840.113549.1.9.3 messageDigest ::= 1.2.840.113549.1.9.4 signingTime ::= 1.2.840.113549.1.9.5 counterSignature ::= 1.2.840.113549.1.9.6 contentHint ::= 1.2.840.113549.1.9.16.2.4 cmsAlgorithmProtect := 1.2.840.113549.1.9.52
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ASN1ObjectIdentifier
static final ASN1ObjectIdentifier
PKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634static final ASN1ObjectIdentifier
PKCS#9: 1.2.840.113549.1.9.3static final ASN1ObjectIdentifier
PKCS#9: 1.2.840.113549.1.9.6static final ASN1ObjectIdentifier
PKCS#9: 1.2.840.113549.1.9.4static final ASN1ObjectIdentifier
PKCS#9: 1.2.840.113549.1.9.5
-
Field Details
-
contentType
PKCS#9: 1.2.840.113549.1.9.3 -
messageDigest
PKCS#9: 1.2.840.113549.1.9.4 -
signingTime
PKCS#9: 1.2.840.113549.1.9.5 -
counterSignature
PKCS#9: 1.2.840.113549.1.9.6 -
contentHint
PKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634 -
cmsAlgorithmProtect
-