| Package | Description | 
|---|---|
| weblogic.wsee.security.saml | Provides interfaces and classes for Security Assertion Markup Language (SAML). | 
| weblogic.xml.crypto.api | |
| weblogic.xml.crypto.common.keyinfo | |
| weblogic.xml.crypto.dsig | |
| weblogic.xml.crypto.wss | 
| Modifier and Type | Method | Description | 
|---|---|---|
| KeySelectorResult | SAMLKeyProvider. getKey(java.lang.String desiredAlg,
      KeySelector.Purpose purpose) | Deprecated. create  KeySelectorResult | 
| protected KeySelectorResult | SAMLKeyProvider. getResult(java.security.Key key) | Deprecated. Create KeySelectorResult based on the key | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract KeySelectorResult | KeySelector. select(KeyInfo keyInfo,
      KeySelector.Purpose purpose,
      AlgorithmMethod method,
      XMLCryptoContext context) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| KeySelectorResult | EncryptedKeyProvider. getKey(java.lang.String alg,
      KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKey(java.lang.String alg,
      KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyByIdentifier(byte[] keyIdentifier,
                  java.lang.String alg,
                  KeySelector.Purpose purpose) | |
| KeySelectorResult | EncryptedKeyProvider. getKeyByIdentifier(byte[] keyIdentifier,
                  java.lang.String alg,
                  KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyByIdentifier(byte[] identifier,
                  java.lang.String alg,
                  KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyByIssuerSerial(java.lang.String issuerName,
                    java.math.BigInteger serial,
                    java.lang.String alg,
                    KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyByIssuerSerial(java.lang.String issuerName,
                    java.math.BigInteger serial,
                    java.lang.String alg,
                    KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyByName(java.lang.String keyName,
            java.lang.String alg,
            KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyByName(java.lang.String keyName,
            java.lang.String alg,
            KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyBySTR(SecurityTokenReference str,
           java.lang.String alg,
           KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyBySTR(SecurityTokenReference str,
           java.lang.String alg,
           KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyBySubjectName(java.lang.String subjectName,
                   java.lang.String alg,
                   KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyBySubjectName(java.lang.String subjectDN,
                   java.lang.String alg,
                   KeySelector.Purpose purpose) | |
| KeySelectorResult | BaseKeyProvider. getKeyByURI(java.lang.String uri,
           java.lang.String alg,
           KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyProvider. getKeyByURI(java.lang.String uri,
           java.lang.String alg,
           KeySelector.Purpose purpose) | |
| KeySelectorResult | KeyResolver. select(KeyInfo keyInfo,
      KeySelector.Purpose purpose,
      AlgorithmMethod algorithmMethod,
      XMLCryptoContext context) |