Home
last modified time | relevance | path

Searched defs:PKCS8Key (Results 1 – 2 of 2) sorted by relevance

/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
/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