1: package org.bouncycastle.asn1.x509; 2: 3: import org.bouncycastle.asn1.DERObjectIdentifier; 4: 5: public class X509Attributes { 6: public static final DERObjectIdentifier RoleSyntax = new DERObjectIdentifier( 7: "2.5.4.72"); 8: }