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

Part Number E27170-01

Uses of Class
weblogic.xml.security.keyinfo.KeyResult

Packages that use KeyResult
weblogic.xml.security.keyinfo Provides interfaces and classes for weblogic.xml.security.keyinfo
weblogic.xml.security.signature Provides interfaces and classes for weblogic.xml.security.signature
 

Uses of KeyResult in weblogic.xml.security.keyinfo
 

Methods in weblogic.xml.security.keyinfo that return KeyResult
 KeyResult KeyProvider.getKey(String alg, KeyPurpose purpose)
           
 KeyResult KeyResolver.Accessor.getKey(Object key, String alg, KeyPurpose purpose, KeyProvider provider)
           
 KeyResult KeyProvider.getKeyByIdentifier(byte[] identifier, String alg, KeyPurpose purpose)
           
 KeyResult KeyProvider.getKeyByIssuerSerial(String issuerName, BigInteger serial, String alg, KeyPurpose purpose)
           
 KeyResult KeyProvider.getKeyByName(String keyName, String alg, KeyPurpose purpose)
           
 KeyResult KeyProvider.getKeyBySubjectName(String subjectDN, String alg, KeyPurpose purpose)
           
 KeyResult KeyProvider.getKeyByURI(String uri, String alg, KeyPurpose purpose)
           
 KeyResult KeyResolver.resolveKey(KeyPurpose purpose, String algorithm, KeyInfo keyInfo)
           
 

Uses of KeyResult in weblogic.xml.security.signature
 

Methods in weblogic.xml.security.signature that return KeyResult
 KeyResult Signature.getValidatingKey()
           
 


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