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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java330 private final static int S_YES = 2; // does support field in class:Cipher
386 return S_YES;
392 return matches(regexp, value) ? S_YES : S_NO;
512 if (canuse == S_YES) {

Completed in 34 milliseconds