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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.h70 #define VERIFY(exp) DASSERT(exp) macro
83 * VERIFY macro -- assertion where expression is always evaluated
86 #define VERIFY(exp) ((void)(exp)) macro
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DKeySelector.java73 public static final Purpose VERIFY = new Purpose("verify"); field in class:KeySelector.Purpose
94 * {@link Purpose#VERIFY}, {@link Purpose#ENCRYPT}, or
/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java150 protected final static int VERIFY = 3; field in class:Signature
452 state = VERIFY;
496 state = VERIFY;
622 if (state == VERIFY) {
659 if (state == VERIFY) {
680 if (state == VERIFY || state == SIGN) {
714 if (state == SIGN || state == VERIFY) {
736 if ((state != SIGN) && (state != VERIFY)) {
768 case VERIFY:

Completed in 38 milliseconds