HomeSort by relevance Sort by last modified time
    Searched refs:DER (Results 1 - 5 of 5) sorted by null

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Encodable.java 9 public static final String DER = "DER";
27 if (encoding.equals(DER))
41 * Return the DER encoding of the object, null if the DER encoding can not be made.
43 * @return a DER byte array, null otherwise.
49 return this.getEncoded(DER);
  /development/tools/
make_key 59 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 -nocrypt
62 echo $password | openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 \
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKDigestSignature.java 238 return dInfo.getEncoded(ASN1Encodable.DER);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 221 milliseconds