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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java724 CipherSpi thisSpi;
727 thisSpi = firstSpi;
732 thisSpi = null;
746 if (thisSpi == null) {
751 thisSpi = (CipherSpi)obj;
753 tr.setModePadding(thisSpi);
755 spi = thisSpi;
780 private void implInit(CipherSpi thisSpi, int type, int opmode, Key key, argument
786 checkCryptoPerm(thisSpi, key);
787 thisSpi
[all...]

Completed in 30 milliseconds