Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


oracle.security.xmlsec.keys
Interface KeyInfoData

All Known Implementing Classes:
AgreementMethod, DHAgreementMethod, KeyName, KeyValue, MgmtData, PGPData, RawX509Cert, RetrievalMethod, SPKIData, X509Data, XEEncryptedKey

public interface KeyInfoData

Interface for children of XML-DSIG KeyInfo.

See Also:
XSKeyInfo, XEKeyInfo

Method Summary
 java.lang.String getType()
          Returns the type URI that identifies the specific KeyInfoData subclass.

 

Method Detail

getType

java.lang.String getType()
Returns the type URI that identifies the specific KeyInfoData subclass.

Interface XMLURI contains the KeyInfo data type URIs defined in the XML Signature and XML Encryption namespaces, including:


Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


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