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

import org.spongycastle.asn1.ASN1Set;

interface AuthAttributesProvider
{
    ASN1Set getAuthAttributes();
}