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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java2914 private int cipherType = Integer.MIN_VALUE; field in class:XMLCipher.Factory.CipherDataImpl
2920 cipherType = type;
2932 if (cipherType == REFERENCE_TYPE) {
2948 if (cipherType == VALUE_TYPE) {
2958 return (cipherType);
2973 if (cipherType == VALUE_TYPE) {
2976 } else if (cipherType == REFERENCE_TYPE) {

Completed in 72 milliseconds