Searched refs:PrivateKeyInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPrivateKeyInfo.java35 * This class implements the <code>PrivateKeyInfo</code> type,
39 * PrivateKeyInfo ::= SEQUENCE {
48 final class PrivateKeyInfo { class
60 * Constructs a PKCS#8 PrivateKeyInfo from its ASN.1 encoding.
62 PrivateKeyInfo(byte[] encoded) throws IOException { method in class:PrivateKeyInfo
H A DKeyProtector.java192 (new PrivateKeyInfo(plain).getAlgorithm().getOID()).getName();

Completed in 30 milliseconds