| |
|
| java.lang.Object org.bouncycastle.cms.CMSEnvelopedData
All known Subclasses: org.bouncycastle.mail.smime.SMIMEEnveloped,
CMSEnvelopedData | public class CMSEnvelopedData (Code) | | containing class for an CMS Enveloped Data object
|
getEncoded | public byte[] getEncoded() throws IOException(Code) | | return the ASN.1 encoded representation of this object.
|
getEncryptionAlgOID | public String getEncryptionAlgOID()(Code) | | return the object identifier for the content encryption algorithm.
|
getEncryptionAlgParams | public byte[] getEncryptionAlgParams()(Code) | | return the ASN.1 encoded encryption algorithm parameters, or null if
there aren't any.
|
getEncryptionAlgorithmParameters | public AlgorithmParameters getEncryptionAlgorithmParameters(String provider) throws CMSException, NoSuchProviderException(Code) | | Return an AlgorithmParameters object giving the encryption parameters
used to encrypt the message content.
Parameters: provider - the provider to generate the parameters for. the parameters object, null if there is not one. throws: CMSException - if the algorithm cannot be found, or the parameters can't be parsed. throws: NoSuchProviderException - if the provider cannot be found. |
getUnprotectedAttributes | public AttributeTable getUnprotectedAttributes()(Code) | | return a table of the unprotected attributes indexed by
the OID of the attribute.
|
|
|
|