|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.smime.SMIMECapabilities
Handler class for dealing with S/MIME Capabilities
Field Summary | |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
aes128_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
aes192_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
aes256_CBC
encryption algorithms preferences |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
canNotDecryptAny
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
cast5_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
dES_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
dES_EDE3_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
idea_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
preferSignedData
general preferences |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
rC2_CBC
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
sMIMECapabilitesVersions
|
Constructor Summary | |
SMIMECapabilities(org.bouncycastle.asn1.ASN1Sequence seq)
|
Method Summary | |
java.util.Vector |
getCapabilities(org.bouncycastle.asn1.ASN1ObjectIdentifier capability)
returns a vector with 0 or more objects of all the capabilities matching the passed in capability OID. |
static SMIMECapabilities |
getInstance(java.lang.Object o)
return an Attribute object from the given object. |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier preferSignedData
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier canNotDecryptAny
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier sMIMECapabilitesVersions
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier aes256_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier aes192_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier aes128_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier idea_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier cast5_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier dES_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier dES_EDE3_CBC
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier rC2_CBC
Constructor Detail |
public SMIMECapabilities(org.bouncycastle.asn1.ASN1Sequence seq)
Method Detail |
public static SMIMECapabilities getInstance(java.lang.Object o)
o
- the object we want converted.
java.lang.IllegalArgumentException
- if the object cannot be converted.public java.util.Vector getCapabilities(org.bouncycastle.asn1.ASN1ObjectIdentifier capability)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
|
Bouncy Castle Cryptography Library 1.79 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |