blob: 8ea18fa1564acf349b6371e4cb9e57df49923a8f [file] [log] [blame]
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.DERObjectIdentifier;
public class X509Attributes
{
public static final DERObjectIdentifier RoleSyntax = new DERObjectIdentifier("2.5.4.72");
}