Package org.bouncycastle.cms
Interface CMSTypedData
-
- All Superinterfaces:
CMSProcessable
- All Known Implementing Classes:
CMSAbsentContent
,CMSProcessableByteArray
,CMSProcessableFile
,PKCS7ProcessableObject
public interface CMSTypedData extends CMSProcessable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1ObjectIdentifier
getContentType()
-
Methods inherited from interface org.bouncycastle.cms.CMSProcessable
getContent, write
-
-