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

  /libcore/ojluni/src/main/java/sun/security/x509/
X509Key.java 60 public class X509Key implements PublicKey {
72 * @see sun.security.x509.X509Key#setKey(BitArray)
73 * @see sun.security.x509.X509Key#getKey()
96 public X509Key() { }
103 private X509Key(AlgorithmId algid, BitArray key)
150 * X509Key object is returned.
190 * values using the X509Key member functions, such as <code>parse</code>
225 // Return generic X509Key with opaque key data (see below)
259 X509Key result;
263 if (inst instanceof X509Key) {
    [all...]
CertificateX509Key.java 37 * This class defines the X509Key attribute for the Certificate.
61 * @param key the X509Key
70 * @param in the DerInputStream to read the X509Key from.
75 key = X509Key.parse(val);
81 * @param in the InputStream to read the X509Key from.
86 key = X509Key.parse(val);
  /libcore/ojluni/src/main/java/sun/security/ec/
ECPublicKeyImpl.java 43 public final class ECPublicKeyImpl extends X509Key implements ECPublicKey {
93 * Parse the key. Called by X509Key.
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 571 subjectPublicKey = X509Key.parse(new DerValue(subjectPublicKeyBytes));
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 312 milliseconds