Searched defs:RoleSyntax (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Attributes.java7 public static final DERObjectIdentifier RoleSyntax = new DERObjectIdentifier("2.5.4.72"); field in class:X509Attributes
H A DRoleSyntax.java14 * Implementation of the RoleSyntax object as specified by the RFC3281.
17 * RoleSyntax ::= SEQUENCE {
23 public class RoleSyntax class in inherits:ASN1Encodable
30 * RoleSyntax factory method.
32 * RoleSyntax</code>. It must be an instance of <code>RoleSyntax
34 * @return the instance of <code>RoleSyntax</code> built from the
37 * to the factory is not an instance of <code>RoleSyntax</code> or
40 public static RoleSyntax getInstance(
44 if(obj == null || obj instanceof RoleSyntax)
60 public RoleSyntax( method in class:RoleSyntax
80 public RoleSyntax( method in class:RoleSyntax
92 public RoleSyntax( method in class:RoleSyntax
106 public RoleSyntax( method in class:RoleSyntax
[all...]

Completed in 44 milliseconds