Home | History | Annotate | Download | only in x509
      1 package org.bouncycastle.asn1.x509;
      2 
      3 import org.bouncycastle.asn1.DERObjectIdentifier;
      4 
      5 public class X509Attributes
      6 {
      7     public static final DERObjectIdentifier RoleSyntax = new DERObjectIdentifier("2.5.4.72");
      8 }
      9