|
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.crypto.common.keyinfo.BaseKeyProvider
public abstract class BaseKeyProvider
Field Summary |
---|
Fields inherited from interface weblogic.xml.crypto.common.keyinfo.KeyProvider |
---|
AES_ALGORITHMS, DSA_ALGORITHMS, RSA_ALGORITHMS, TRIPLEDES_ALGORITHMS |
Method Summary | |
---|---|
byte[] |
getIdentifier() |
KeySelectorResult |
getKeyByIdentifier(byte[] keyIdentifier, String alg, KeySelector.Purpose purpose) |
KeySelectorResult |
getKeyByIssuerSerial(String issuerName, BigInteger serial, String alg, KeySelector.Purpose purpose) |
KeySelectorResult |
getKeyByName(String keyName, String alg, KeySelector.Purpose purpose) |
KeySelectorResult |
getKeyBySTR(SecurityTokenReference str, String alg, KeySelector.Purpose purpose) |
KeySelectorResult |
getKeyBySubjectName(String subjectName, String alg, KeySelector.Purpose purpose) |
KeySelectorResult |
getKeyByURI(String uri, String alg, KeySelector.Purpose purpose) |
String |
getName() |
SecurityToken |
getSecurityToken() |
String |
getUri() |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface weblogic.xml.crypto.common.keyinfo.KeyProvider |
---|
getKey |
Method Detail |
---|
public KeySelectorResult getKeyByIdentifier(byte[] keyIdentifier, String alg, KeySelector.Purpose purpose)
getKeyByIdentifier
in interface KeyProvider
public KeySelectorResult getKeyByName(String keyName, String alg, KeySelector.Purpose purpose)
getKeyByName
in interface KeyProvider
public KeySelectorResult getKeyByURI(String uri, String alg, KeySelector.Purpose purpose)
getKeyByURI
in interface KeyProvider
public KeySelectorResult getKeyBySubjectName(String subjectName, String alg, KeySelector.Purpose purpose)
getKeyBySubjectName
in interface KeyProvider
public KeySelectorResult getKeyByIssuerSerial(String issuerName, BigInteger serial, String alg, KeySelector.Purpose purpose)
getKeyByIssuerSerial
in interface KeyProvider
public KeySelectorResult getKeyBySTR(SecurityTokenReference str, String alg, KeySelector.Purpose purpose)
getKeyBySTR
in interface KeyProvider
public byte[] getIdentifier()
public String getName()
public String getUri()
public SecurityToken getSecurityToken()
public String toString()
toString
in class Object
|
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 |