Bouncy Castle Cryptography 1.33

org.bouncycastle.asn1.cms
Interface CMSAttributes


public interface CMSAttributes


Field Summary
static DERObjectIdentifier contentType
           
static DERObjectIdentifier counterSignature
           
static DERObjectIdentifier messageDigest
           
static DERObjectIdentifier signingTime
           
 

Field Detail

contentType

public static final DERObjectIdentifier contentType

messageDigest

public static final DERObjectIdentifier messageDigest

signingTime

public static final DERObjectIdentifier signingTime

counterSignature

public static final DERObjectIdentifier counterSignature

Bouncy Castle Cryptography 1.33