blob: a17325bd3d240486c2f2c19fe9ef67861ea3840e [file] [log] [blame]
package org.bouncycastle.cms;
import org.bouncycastle.asn1.ASN1Set;
interface AuthAttributesProvider
{
ASN1Set getAuthAttributes();
}