Class RsaKeyValueSecurityTokenImpl

    • Field Summary

      • Fields inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken

        keyTable, tokenUsages
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Key getKey​(String algorithmURI, org.apache.xml.security.stax.ext.XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID)  
      Principal getPrincipal()  
      Subject getSubject()  
      void verify()  
      • Methods inherited from class org.apache.xml.security.stax.impl.securityToken.RsaKeyValueSecurityToken

        getPublicKey, getTokenType, isAsymmetric
      • Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractInboundSecurityToken

        addTokenUsage, addWrappedToken, getElementPath, getKeyIdentifier, getKeyWrappingToken, getPubKey, getPublicKey, getSecretKey, getWrappedTokens, getXMLSecEvent, isIncludedInMessage, setElementPath, setKeyWrappingToken, setXMLSecEvent
      • Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken

        getId, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificates
      • Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken

        addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
    • Method Detail

      • verify

        public void verify()
                    throws org.apache.xml.security.exceptions.XMLSecurityException
        Specified by:
        verify in interface org.apache.xml.security.stax.securityToken.InboundSecurityToken
        Overrides:
        verify in class org.apache.xml.security.stax.impl.securityToken.AbstractInboundSecurityToken
        Throws:
        org.apache.xml.security.exceptions.XMLSecurityException
      • getKey

        public Key getKey​(String algorithmURI,
                          org.apache.xml.security.stax.ext.XMLSecurityConstants.AlgorithmUsage algorithmUsage,
                          String correlationID)
                   throws org.apache.xml.security.exceptions.XMLSecurityException
        Overrides:
        getKey in class org.apache.xml.security.stax.impl.securityToken.AbstractInboundSecurityToken
        Throws:
        org.apache.xml.security.exceptions.XMLSecurityException