Searched refs:PKCS8Key (Results 1 – 3 of 3) sorted by relevance
52 public class PKCS8Key implements PrivateKey { class74 public PKCS8Key() { } in PKCS8Key() method in PKCS8Key81 private PKCS8Key (AlgorithmId algid, byte key []) in PKCS8Key() method in PKCS8Key91 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 …]
33 public class PKCS8Key implements java.security.PrivateKey { class36 public PKCS8Key() { in PKCS8Key() method in PKCS8Key40 private PKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in PKCS8Key() method in PKCS8Key45 public static sun.security.pkcs.PKCS8Key parse(sun.security.util.DerValue in) in parse()
1654 "ojluni/src/main/java/sun/security/pkcs/PKCS8Key.java",