Class XMLSignatureElement.KeyValueKeySelector

  • Enclosing class:
    XMLSignatureElement

    private static class XMLSignatureElement.KeyValueKeySelector
    extends javax.xml.crypto.KeySelector
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.xml.crypto.KeySelector

        javax.xml.crypto.KeySelector.Purpose
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeyValueKeySelector()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean algEquals​(java.lang.String algURI, java.lang.String algName)  
      javax.xml.crypto.KeySelectorResult select​(javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo, javax.xml.crypto.KeySelector.Purpose purpose, javax.xml.crypto.AlgorithmMethod method, javax.xml.crypto.XMLCryptoContext context)  
      • Methods inherited from class javax.xml.crypto.KeySelector

        singletonKeySelector
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValueKeySelector

        private KeyValueKeySelector()
    • Method Detail

      • select

        public javax.xml.crypto.KeySelectorResult select​(javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo,
                                                         javax.xml.crypto.KeySelector.Purpose purpose,
                                                         javax.xml.crypto.AlgorithmMethod method,
                                                         javax.xml.crypto.XMLCryptoContext context)
                                                  throws javax.xml.crypto.KeySelectorException
        Specified by:
        select in class javax.xml.crypto.KeySelector
        Throws:
        javax.xml.crypto.KeySelectorException
      • algEquals

        static boolean algEquals​(java.lang.String algURI,
                                 java.lang.String algName)