Package org.gudy.bouncycastle.asn1.cms
Interface CMSObjectIdentifiers
-
- All Known Implementing Classes:
ContentInfo
public interface CMSObjectIdentifiers
-
-
Field Summary
Fields Modifier and Type Field Description static DERObjectIdentifier
compressedData
static DERObjectIdentifier
data
static DERObjectIdentifier
digestedData
static DERObjectIdentifier
encryptedData
static DERObjectIdentifier
envelopedData
static DERObjectIdentifier
signedAndEnvelopedData
static DERObjectIdentifier
signedData
-
-
-
Field Detail
-
data
static final DERObjectIdentifier data
-
signedData
static final DERObjectIdentifier signedData
-
envelopedData
static final DERObjectIdentifier envelopedData
-
signedAndEnvelopedData
static final DERObjectIdentifier signedAndEnvelopedData
-
digestedData
static final DERObjectIdentifier digestedData
-
encryptedData
static final DERObjectIdentifier encryptedData
-
compressedData
static final DERObjectIdentifier compressedData
-
-