|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.xml.security.keyinfo.KeyResolver
public class KeyResolver
| Nested Class Summary | |
|---|---|
protected static interface |
KeyResolver.Accessor |
| Field Summary | |
|---|---|
protected static KeyResolver.Accessor |
BY_ALG_AND_PURPOSE |
protected static KeyResolver.Accessor |
BY_KEY_NAME |
protected static KeyResolver.Accessor |
BY_TOKEN_REFERENCE |
protected static KeyResolver.Accessor |
BY_X509_DATA |
| Method Summary | |
|---|---|
void |
addKeyProvider(KeyProvider provider) |
KeyResolver |
copy() |
KeyProvider[] |
getKeyProviders() |
boolean |
removeKeyProvider(KeyProvider provider) |
KeyResult |
resolveKey(KeyPurpose purpose, String algorithm, KeyInfo keyInfo) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final KeyResolver.Accessor BY_ALG_AND_PURPOSE
protected static final KeyResolver.Accessor BY_TOKEN_REFERENCE
protected static final KeyResolver.Accessor BY_X509_DATA
protected static final KeyResolver.Accessor BY_KEY_NAME
| Method Detail |
|---|
public KeyResolver copy()
public void addKeyProvider(KeyProvider provider)
public boolean removeKeyProvider(KeyProvider provider)
public KeyProvider[] getKeyProviders()
public KeyResult resolveKey(KeyPurpose purpose,
String algorithm,
KeyInfo keyInfo)
throws KeyResolverException
KeyResolverException
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||