Class KeyChecker
- java.lang.Object
-
- org.iqtig.xpacker.impl.keyverifier.KeyChecker
-
public class KeyChecker extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyChecker(File xmlFile, File keyFile, String tag)
KeyChecker(String xmlInputFileName, List<String> keynames, List<String> tagnames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
keyHasBeenUsedForTagEncryption()
void
printOutKeyHasBeenUsedForTagEncryption()
-
-
-
Method Detail
-
keyHasBeenUsedForTagEncryption
public boolean keyHasBeenUsedForTagEncryption() throws org.apache.xml.security.exceptions.XMLSecurityException, SAXException
- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
SAXException
-
printOutKeyHasBeenUsedForTagEncryption
public void printOutKeyHasBeenUsedForTagEncryption() throws org.apache.xml.security.exceptions.XMLSecurityException, SAXException
- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
SAXException
-
-