org.bouncycastle.cms.CMSTypedData.java Source code

Java tutorial

Introduction

Here is the source code for org.bouncycastle.cms.CMSTypedData.java

Source

package org.bouncycastle.cms;

import org.bouncycastle.asn1.ASN1ObjectIdentifier;

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