org.apache.xml.security.encryption.type
Interface EncryptedType

All Known Implementing Classes:
EncryptedData, EncryptedKey

public interface EncryptedType

This interface describes the methods available for element types which extend the abstract xenc:EncryptedType.

Author:
$Author: vdkoogh $

Method Summary
 CipherData getCipherData()
          Method getCipherData
 EncryptionMethod getEncryptionMethod()
          Method getEncryptionMethod
 EncryptionProperties getEncryptionProperties()
          Method getEncryptionProperties
 java.lang.String getId()
          Method getId
 KeyInfo getKeyInfo()
          Method getKeyInfo
 java.lang.String getMediaTypeOfType()
          Method getMediaTypeOfType
 java.lang.String getType()
          Method getType
 boolean getTypeIsContent()
          Method getTypeIsContent
 boolean getTypeIsElement()
          Method getTypeIsElement
 boolean getTypeIsMediaType()
          Method getTypeIsMediaType
 

Method Detail

getEncryptionMethod

public EncryptionMethod getEncryptionMethod()
                                     throws XMLSecurityException
Method getEncryptionMethod

Throws:
XMLSecurityException

getKeyInfo

public KeyInfo getKeyInfo()
                   throws XMLSecurityException
Method getKeyInfo

Throws:
XMLSecurityException

getCipherData

public CipherData getCipherData()
                         throws XMLSecurityException
Method getCipherData

Throws:
XMLSecurityException

getEncryptionProperties

public EncryptionProperties getEncryptionProperties()
                                             throws XMLSecurityException
Method getEncryptionProperties

Throws:
XMLSecurityException

getId

public java.lang.String getId()
Method getId


getType

public java.lang.String getType()
Method getType


getTypeIsElement

public boolean getTypeIsElement()
Method getTypeIsElement


getTypeIsContent

public boolean getTypeIsContent()
Method getTypeIsContent


getTypeIsMediaType

public boolean getTypeIsMediaType()
Method getTypeIsMediaType


getMediaTypeOfType

public java.lang.String getMediaTypeOfType()
Method getMediaTypeOfType