Searched defs:encrInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DKeyProtector.java252 public Key recover(EncryptedPrivateKeyInfo encrInfo) argument
262 AlgorithmId encrAlg = encrInfo.getAlgorithm();
268 byte[] protectedKey = encrInfo.getEncryptedData();
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java148 Key recover(EncryptedPrivateKeyInfo encrInfo) argument
154 String encrAlg = encrInfo.getAlgorithm().getOID().toString();
163 plain = recover(encrInfo.getEncryptedData());
166 encrInfo.getAlgorithm().getEncodedParams();
185 plain=cipher.engineDoFinal(encrInfo.getEncryptedData(), 0,
186 encrInfo.getEncryptedData().length);

Completed in 32 milliseconds