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

Part Number E27170-01

Uses of Interface
weblogic.xml.crypto.common.keyinfo.KeyProvider

Packages that use KeyProvider
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
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 KeyProvider in weblogic.wsee.security.saml
 

Classes in weblogic.wsee.security.saml that implement KeyProvider
 class SAMLKeyProvider
          KeyProvider of SAML token User: jlee Date: Oct 5, 2004 Time: 11:23:05 AM
 

Methods in weblogic.wsee.security.saml that return KeyProvider
 KeyProvider AbstractSAMLTokenHandler.getKeyProvider(SecurityToken token, MessageContext ctx)
          get the saml key provider
 

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

Classes in weblogic.xml.crypto.common.keyinfo that implement KeyProvider
 class BaseKeyProvider
           
 class EncryptedKeyProvider
           
 

Methods in weblogic.xml.crypto.common.keyinfo that return KeyProvider
 KeyProvider[] KeyResolver.getKeyProviders()
           
 

Methods in weblogic.xml.crypto.common.keyinfo with parameters of type KeyProvider
 void KeyResolver.addKeyProvider(KeyProvider provider)
           
 KeySelectorResult KeyResolver.Accessor.getKey(Object key, String alg, KeySelector.Purpose purpose, KeyProvider provider)
           
 boolean KeyResolver.removeKeyProvider(KeyProvider provider)
           
 

Constructors in weblogic.xml.crypto.common.keyinfo with parameters of type KeyProvider
KeyResolver(KeyProvider[] providers)
           
 

Uses of KeyProvider in weblogic.xml.crypto.wss.provider
 

Methods in weblogic.xml.crypto.wss.provider that return KeyProvider
 KeyProvider SecurityTokenHandler.getKeyProvider(SecurityToken token, MessageContext ctx)
          Deprecated.  
 


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