Home
last modified time | relevance | path

Searched refs:PKCS8Key (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java52 public class PKCS8Key implements PrivateKey { class
74 public PKCS8Key() { } in PKCS8Key() method in PKCS8Key
81 private PKCS8Key (AlgorithmId algid, byte key []) in PKCS8Key() method in PKCS8Key
91 public static PKCS8Key parse (DerValue in) throws IOException { in parse()
95 if (key instanceof PKCS8Key) in parse()
96 return (PKCS8Key)key; in parse()
222 PKCS8Key result; in buildPKCS8Key()
226 if (inst instanceof PKCS8Key) { in buildPKCS8Key()
227 result = (PKCS8Key) inst; in buildPKCS8Key()
240 PKCS8Key result = new PKCS8Key(); in buildPKCS8Key()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS8Key.java33 public class PKCS8Key implements java.security.PrivateKey { class
36 public PKCS8Key() { in PKCS8Key() method in PKCS8Key
40 private PKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in PKCS8Key() method in PKCS8Key
45 public static sun.security.pkcs.PKCS8Key parse(sun.security.util.DerValue in) in parse()
/libcore/
Dopenjdk_java_files.bp1654 "ojluni/src/main/java/sun/security/pkcs/PKCS8Key.java",