javax.xml.crypto.enc

Interface ToBeEncryptedXML

All Superinterfaces:
ToBeEncrypted
All known implementing classes:
DOMToBeEncryptedXML

  1. public interface ToBeEncryptedXML
  2. extends ToBeEncrypted
A representation of a ToBeEncrypted class that contains a XML Element or content of an Element

Method Summary

Modifier and Type Method and Description
  1. CanonicalizationMethod
getCanonicalizationMethod()
Returns the canonicalization method
  1. java.lang.String
getEncoding()
Returns a URI identifying the transfer encoding of the data that has been encrypted.
  1. java.lang.String
getMimeType()
Returns the mime type of the data that has been encrypted.
  1. java.lang.String
getType()
Returns the URI identifying the type of the plaintext form of the encrypted content.

Method Detail

getCanonicalizationMethod

  1. CanonicalizationMethod getCanonicalizationMethod( )
Returns the canonicalization method
Returns:
the canonicalization method. null if not specified

getType

  1. java.lang.String getType()
Returns the URI identifying the type of the plaintext form of the encrypted content.
Specified by:
getType in interface ToBeEncrypted
Returns:
the type, or null if not specified

getMimeType

  1. java.lang.String getMimeType()
Returns the mime type of the data that has been encrypted.
Specified by:
getMimeType in interface ToBeEncrypted
Returns:
the mime type, or null if not specified

getEncoding

  1. java.lang.String getEncoding()
Returns a URI identifying the transfer encoding of the data that has been encrypted.
Specified by:
getEncoding in interface ToBeEncrypted
Returns:
the encoding, or null if not specified