Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Packages that use KeySelectorResult
weblogic.xml.crypto.api   
weblogic.xml.crypto.common.keyinfo   

 

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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09