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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 11 * X9.42 definition of a DHPublicKey
13 * DHPublicKey ::= INTEGER
16 public class DHPublicKey
22 * Return a DHPublicKey from the passed in tagged object.
26 * @return a DHPublicKey
28 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
34 * Return a DHPublicKey from the passed in object.
37 * @return a DHPublicKey
39 public static DHPublicKey getInstance(Object obj)
41 if (obj == null || obj instanceof DHPublicKey)
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DHPublicKey.java 12 * X9.42 definition of a DHPublicKey
14 * DHPublicKey ::= INTEGER
18 public class DHPublicKey
24 * Return a DHPublicKey from the passed in tagged object.
28 * @return a DHPublicKey
30 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
36 * Return a DHPublicKey from the passed in object.
39 * @return a DHPublicKey
41 public static DHPublicKey getInstance(Object obj)
43 if (obj == null || obj instanceof DHPublicKey)
    [all...]
  /external/python/pyasn1-modules/pyasn1_modules/
rfc3279.py 70 class DHPublicKey(univ.Integer):

Completed in 102 milliseconds