Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AuthAttributesProvider.java « cms « bouncycastle « org « java « main « src « pkix - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a17325bd3d240486c2f2c19fe9ef67861ea3840e (plain)
1
2
3
4
5
6
7
8
package org.bouncycastle.cms;

import org.bouncycastle.asn1.ASN1Set;

interface AuthAttributesProvider
{
    ASN1Set getAuthAttributes();
}