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 Class
weblogic.xml.crypto.api.KeySelector.Purpose

Packages that use KeySelector.Purpose
weblogic.xml.crypto.api   
weblogic.xml.crypto.common.keyinfo   
weblogic.xml.crypto.wss.provider   

 

Uses of KeySelector.Purpose in weblogic.xml.crypto.api

 

Fields in weblogic.xml.crypto.api declared as KeySelector.Purpose
static KeySelector.Purpose KeySelector.Purpose.DECRYPT
           
static KeySelector.Purpose KeySelector.Purpose.ENCRYPT
           
static KeySelector.Purpose KeySelector.Purpose.SIGN
           
static KeySelector.Purpose KeySelector.Purpose.VERIFY
           

 

Methods in weblogic.xml.crypto.api with parameters of type KeySelector.Purpose
abstract  KeySelectorResult KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
           

 

Uses of KeySelector.Purpose in weblogic.xml.crypto.common.keyinfo

 

Methods in weblogic.xml.crypto.common.keyinfo with parameters of type KeySelector.Purpose
 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)
           

 

Uses of KeySelector.Purpose in weblogic.xml.crypto.wss.provider

 

Methods in weblogic.xml.crypto.wss.provider with parameters of type KeySelector.Purpose
static Purpose Purpose.convert(KeySelector.Purpose p)
           

 


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