aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/pkix/src/main/java/org/spongycastle/cms/CMSTypedData.java
blob: eb044d959f3029a9486ec3f497f3250ef1fb0f12 (plain)
1
2
3
4
5
6
7
8
9
package org.spongycastle.cms;

import org.spongycastle.asn1.ASN1ObjectIdentifier;

public interface CMSTypedData
    extends CMSProcessable
{
    ASN1ObjectIdentifier getContentType();
}