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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java328 private final static int S_NO = 0; // does not support field in class:Cipher
367 if (smode == S_NO) {
392 return matches(regexp, value) ? S_YES : S_NO;
508 if (canuse == S_NO) {
646 if (tr.supportsMode(s) == S_NO) {
649 if (tr.supportsPadding(s) == S_NO) {
742 if (tr.supportsModePadding(s) == S_NO) {
840 if (tr.supportsModePadding(s) == S_NO) {

Completed in 41 milliseconds