Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-03


oracle.security.xmlsec.keys
Interface KeyValueData

All Known Implementing Classes:
DHKeyValue, DSAKeyValue, ECDSAKeyValue, ECKeyValue, RSAKeyValue

public interface KeyValueData

Marker interface for children of XML-DSIG KeyValue.


Method Summary
 java.security.PublicKey getPublicKey()
          Returns a oracle.security.crypto.core.PublicKey.
 java.lang.String getType()
          Returns a URI identifying the type of KeyValue.

 

Method Detail

getPublicKey

java.security.PublicKey getPublicKey()
Returns a oracle.security.crypto.core.PublicKey.

getType

java.lang.String getType()
Returns a URI identifying the type of KeyValue.

Interface XMLURI contains the KeyInfo data type URIs for public key value elements defined in the XML Signature and XML Encryption namespaces, including:


Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-03


Copyright © 2005, 2011 , Oracle. All rights reserved.