jdk/src/share/classes/javax/xml/crypto/KeySelector.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    32 import javax.xml.crypto.dsig.keyinfo.RetrievalMethod;
    32 import javax.xml.crypto.dsig.keyinfo.RetrievalMethod;
    33 
    33 
    34 /**
    34 /**
    35  * A selector that finds and returns a key using the data contained in a
    35  * A selector that finds and returns a key using the data contained in a
    36  * {@link KeyInfo} object. An example of an implementation of
    36  * {@link KeyInfo} object. An example of an implementation of
    37  * this class is one that searchs a {@link java.security.KeyStore} for
    37  * this class is one that searches a {@link java.security.KeyStore} for
    38  * trusted keys that match information contained in a <code>KeyInfo</code>.
    38  * trusted keys that match information contained in a <code>KeyInfo</code>.
    39  *
    39  *
    40  * <p>Whether or not the returned key is trusted and the mechanisms
    40  * <p>Whether or not the returned key is trusted and the mechanisms
    41  * used to determine that is implementation-specific.
    41  * used to determine that is implementation-specific.
    42  *
    42  *