Searched refs:roleAuthority (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DRoleSyntax.java18 * roleAuthority [0] GeneralNames OPTIONAL,
26 private GeneralNames roleAuthority; field in class:RoleSyntax
57 * @param roleAuthority the role authority of this RoleSyntax.
61 GeneralNames roleAuthority,
71 this.roleAuthority = roleAuthority;
121 roleAuthority = GeneralNames.getInstance(taggedObject, false);
139 return this.roleAuthority;
171 if(roleAuthority == null)
176 GeneralName[] names = roleAuthority
60 RoleSyntax( GeneralNames roleAuthority, GeneralName roleName) argument
[all...]

Completed in 55 milliseconds