Searched defs:recover (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DKeyProtector.java252 public Key recover(EncryptedPrivateKeyInfo encrInfo) method in class:KeyProtector
328 throw new UnrecoverableKeyException("Cannot recover key");
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DLogHandler.java78 * This callback is invoked when the client calls the recover method
86 Object recover(InputStream in) throws Exception { method in class:LogHandler
H A DReliableLog.java62 * structure. On restart, the client calls log.recover to obtain the
192 * supplied callback "recover" and then subsequently invoking
197 * during the recover callback
199 public synchronized Object recover() method in class:ReliableLog
203 System.err.println("log.debug: recover()");
219 snapshot = handler.recover(in);
226 throw new IOException("log recover failed with " +
240 * This method must not be called until this log's recover method has
254 * called until this log's recover method has been invoked
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java148 Key recover(EncryptedPrivateKeyInfo encrInfo) method in class:KeyProtector
163 plain = recover(encrInfo.getEncryptedData());
213 private byte[] recover(byte[] protectedKey) method in class:KeyProtector
286 throw new UnrecoverableKeyException("Cannot recover key");
/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXAResource.java192 Xid[] recover(int flag) throws XAException; method in interface:XAResource

Completed in 36 milliseconds