Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.xml.crypto.api.KeySelectorResult

Packages that use KeySelectorResult
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.xml.crypto.api Provides interfaces and classes for weblogic.xml.crypto.api
weblogic.xml.crypto.common.keyinfo Provides interfaces and classes for weblogic.xml.crypto.common.keyinfo
 

Uses of KeySelectorResult in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that return KeySelectorResult
 KeySelectorResult SAMLKeyProvider.getKey(String desiredAlg, KeySelector.Purpose purpose)
          create KeySelectorResult
protected  KeySelectorResult SAMLKeyProvider.getResult(Key key)
          Create KeySelectorResult based on the key
 

Uses of KeySelectorResult in weblogic.xml.crypto.api
 

Methods in weblogic.xml.crypto.api that return KeySelectorResult
abstract  KeySelectorResult KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
           
 

Uses of KeySelectorResult in weblogic.xml.crypto.common.keyinfo
 

Methods in weblogic.xml.crypto.common.keyinfo that return KeySelectorResult
 KeySelectorResult EncryptedKeyProvider.getKey(String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKey(String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyResolver.Accessor.getKey(Object key, String alg, KeySelector.Purpose purpose, KeyProvider provider)
           
 KeySelectorResult BaseKeyProvider.getKeyByIdentifier(byte[] keyIdentifier, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult EncryptedKeyProvider.getKeyByIdentifier(byte[] keyIdentifier, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyByIdentifier(byte[] identifier, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult BaseKeyProvider.getKeyByIssuerSerial(String issuerName, BigInteger serial, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyByIssuerSerial(String issuerName, BigInteger serial, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult BaseKeyProvider.getKeyByName(String keyName, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyByName(String keyName, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult BaseKeyProvider.getKeyBySTR(SecurityTokenReference str, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyBySTR(SecurityTokenReference str, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult BaseKeyProvider.getKeyBySubjectName(String subjectName, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyBySubjectName(String subjectDN, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult BaseKeyProvider.getKeyByURI(String uri, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyProvider.getKeyByURI(String uri, String alg, KeySelector.Purpose purpose)
           
 KeySelectorResult KeyResolver.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod algorithmMethod, XMLCryptoContext context)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01