Java javax.xml.crypto KeySelector fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.crypto KeySelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.crypto KeySelector.

The text is from its open source code.

Subclass

javax.xml.crypto.KeySelector has subclasses.
Click this link to see all its subclasses.

Method

KeySelectorsingletonKeySelector(Key key)
Returns a KeySelector that always selects the specified key, regardless of the KeyInfo passed to it.