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

Part Number E27170-01

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

Packages that use KeySelector.Purpose
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
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of KeySelector.Purpose in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml with parameters of type KeySelector.Purpose
 KeySelectorResult SAMLKeyProvider.getKey(String desiredAlg, KeySelector.Purpose purpose)
          create KeySelectorResult
 

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)
           
 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)
           
 

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)
           
 


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