Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.cms
Interface CMSObjectIdentifiers

All Known Implementing Classes:
ContentInfo

public interface CMSObjectIdentifiers


Field Summary
static ASN1ObjectIdentifier authenticatedData
           
static ASN1ObjectIdentifier authEnvelopedData
           
static ASN1ObjectIdentifier compressedData
           
static ASN1ObjectIdentifier data
           
static ASN1ObjectIdentifier digestedData
           
static ASN1ObjectIdentifier encryptedData
           
static ASN1ObjectIdentifier envelopedData
           
static ASN1ObjectIdentifier signedAndEnvelopedData
           
static ASN1ObjectIdentifier signedData
           
static ASN1ObjectIdentifier timestampedData
           
 

Field Detail

data

static final ASN1ObjectIdentifier data

signedData

static final ASN1ObjectIdentifier signedData

envelopedData

static final ASN1ObjectIdentifier envelopedData

signedAndEnvelopedData

static final ASN1ObjectIdentifier signedAndEnvelopedData

digestedData

static final ASN1ObjectIdentifier digestedData

encryptedData

static final ASN1ObjectIdentifier encryptedData

authenticatedData

static final ASN1ObjectIdentifier authenticatedData

compressedData

static final ASN1ObjectIdentifier compressedData

authEnvelopedData

static final ASN1ObjectIdentifier authEnvelopedData

timestampedData

static final ASN1ObjectIdentifier timestampedData

Bouncy Castle Cryptography 1.46