Interface OutboundSecurityToken

    • Method Detail

      • getProcessor

        java.lang.Object getProcessor()
        Returns the processor responsible for this token
        Returns:
        the processor responsible for this token
      • getSecretKey

        java.security.Key getSecretKey​(java.lang.String algorithmURI)
                                throws XMLSecurityException
        Returns the secret key
        Returns:
        The key
        Throws:
        XMLSecurityException - if the key can't be loaded
      • getCustomTokenReference

        org.w3c.dom.Element getCustomTokenReference()