Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Interface CMSTypedData

All Superinterfaces:
CMSProcessable
All Known Implementing Classes:
CMSAbsentContent, CMSProcessableByteArray, CMSProcessableCMPCertificate, CMSProcessableFile, PKCS7ProcessableObject

public interface CMSTypedData
extends CMSProcessable


Method Summary
 org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
           
 
Methods inherited from interface org.bouncycastle.cms.CMSProcessable
getContent, write
 

Method Detail

getContentType

public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()

Bouncy Castle Cryptography Library 1.79