HomeSort by relevance Sort by last modified time
    Searched defs:EDIPartyName (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
EDIPartyName.java 32 * This class defines the EDIPartyName of the GeneralName choice.
35 * EDIPartyName ::= SEQUENCE {
45 public class EDIPartyName implements GeneralNameInterface {
57 * Create the EDIPartyName object from the specified names.
62 public EDIPartyName(String assignerName, String partyName) {
68 * Create the EDIPartyName object from the specified name.
72 public EDIPartyName(String partyName) {
77 * Create the EDIPartyName object from the passed encoded Der value.
79 * @param derValue the encoded DER EDIPartyName.
82 public EDIPartyName(DerValue derValue) throws IOException
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 7044 milliseconds