Home
last modified time | relevance | path

Searched refs:buildPKCS8Key (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java134 privKey = buildPKCS8Key (algorithm, in.data.getOctetString ()); in parseKey()
168 static PrivateKey buildPKCS8Key (AlgorithmId algid, byte[] key) in buildPKCS8Key() method in PKCS8Key
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS8Key.java59 static java.security.PrivateKey buildPKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in buildPKCS8Key() method in PKCS8Key