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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java77 * <li>sign and checkSignatureValue methods are used to sign and validate the
592 public boolean checkSignatureValue(X509Certificate cert) method in class:XMLSignature
599 return this.checkSignatureValue(cert.getPublicKey());
616 public boolean checkSignatureValue(Key pk) throws XMLSignatureException { method in class:XMLSignature

Completed in 32 milliseconds