| KeySelectorResult | KeyProvider. getKey(String alg,
      KeySelector.Purpose purpose) | 
| KeySelectorResult | EncryptedKeyProvider. getKey(String alg,
      KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyByIdentifier(byte[] identifier,
                  String alg,
                  KeySelector.Purpose purpose) | 
| KeySelectorResult | EncryptedKeyProvider. getKeyByIdentifier(byte[] keyIdentifier,
                  String alg,
                  KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyByIdentifier(byte[] keyIdentifier,
                  String alg,
                  KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyByIssuerSerial(String issuerName,
                    BigInteger serial,
                    String alg,
                    KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyByIssuerSerial(String issuerName,
                    BigInteger serial,
                    String alg,
                    KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyByName(String keyName,
            String alg,
            KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyByName(String keyName,
            String alg,
            KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyBySTR(SecurityTokenReference str,
           String alg,
           KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyBySTR(SecurityTokenReference str,
           String alg,
           KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyBySubjectName(String subjectDN,
                   String alg,
                   KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyBySubjectName(String subjectName,
                   String alg,
                   KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyProvider. getKeyByURI(String uri,
           String alg,
           KeySelector.Purpose purpose) | 
| KeySelectorResult | BaseKeyProvider. getKeyByURI(String uri,
           String alg,
           KeySelector.Purpose purpose) | 
| KeySelectorResult | KeyResolver. select(KeyInfo keyInfo,
      KeySelector.Purpose purpose,
      AlgorithmMethod algorithmMethod,
      XMLCryptoContext context) |