org.bouncycastle.asn1.smime
public class SMIMECapabilities extends ASN1Encodable
Field Summary | |
---|---|
static DERObjectIdentifier | canNotDecryptAny |
static DERObjectIdentifier | dES_CBC
encryption algorithms preferences |
static DERObjectIdentifier | dES_EDE3_CBC |
static DERObjectIdentifier | preferSignedData
general preferences |
static DERObjectIdentifier | rC2_CBC |
static DERObjectIdentifier | sMIMECapabilitesVersions |
Constructor Summary | |
---|---|
SMIMECapabilities(ASN1Sequence seq) |
Method Summary | |
---|---|
Vector | getCapabilities(DERObjectIdentifier capability)
returns a vector with 0 or more objects of all the capabilities
matching the passed in capability OID. |
static SMIMECapabilities | getInstance(Object o)
return an Attribute object from the given object.
|
DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: o the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
SMIMECapabilities ::= SEQUENCE OF SMIMECapability