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

  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS8Key.java 52 public class PKCS8Key implements PrivateKey {
74 public PKCS8Key() { }
81 private PKCS8Key (AlgorithmId algid, byte key [])
91 public static PKCS8Key parse (DerValue in) throws IOException {
95 if (key instanceof PKCS8Key)
96 return (PKCS8Key)key;
98 throw new IOException("Provider did not return PKCS8Key");
105 * PKCS8Key object is returned.
153 * values using the PKCS8Key member functions, such as <code>parse</code>
188 // Return generic PKCS8Key with opaque key data (see below
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ec/
ECPrivateKeyImpl.java 37 import sun.security.pkcs.PKCS8Key;
62 public final class ECPrivateKeyImpl extends PKCS8Key implements ECPrivateKey {
118 * Parse the key. Called by PKCS8Key.
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 89 milliseconds