Class XMLSignatureElement.SimpleKeySelectorResult

  • All Implemented Interfaces:
    javax.xml.crypto.KeySelectorResult
    Enclosing class:
    XMLSignatureElement

    private static class XMLSignatureElement.SimpleKeySelectorResult
    extends java.lang.Object
    implements javax.xml.crypto.KeySelectorResult
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.PublicKey pk  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.Key getKey()  
      • Methods inherited from class java.lang.Object

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

      • pk

        private java.security.PublicKey pk
    • Constructor Detail

      • SimpleKeySelectorResult

        SimpleKeySelectorResult​(java.security.PublicKey pk)
    • Method Detail

      • getKey

        public java.security.Key getKey()
        Specified by:
        getKey in interface javax.xml.crypto.KeySelectorResult