public class

X509KeySelector

extends KeySelector
java.lang.Object
   ↳ javax.xml.crypto.KeySelector
     ↳ org.mule.module.xmlsecurity.validator.selector.X509KeySelector

Class Overview

Used to select X509 keys

Summary

Fields
private KeyStore ks
Public Constructors
X509KeySelector(String keystore, String password)
Constructor
Public Methods
KeySelectorResult select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
[Expand]
Inherited Methods
From class javax.xml.crypto.KeySelector
From class java.lang.Object

Fields

private KeyStore ks

Public Constructors

public X509KeySelector (String keystore, String password)

Constructor

Parameters
keystore The Keystore path
password The Keystore password

Public Methods

public KeySelectorResult select (KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)

Parameters
keyInfo
purpose
method
context