javax.xml.crypto.enc
Interface ToBeEncryptedXML
All Superinterfaces:
All known implementing classes:
- public interface ToBeEncryptedXML
- extends ToBeEncrypted
ToBeEncrypted
class that contains a XML Element or content of an Element
Method Summary
Modifier and Type | Method and Description |
---|---|
getCanonicalizationMethod()
Returns the canonicalization method
|
|
|
getEncoding()
Returns a URI identifying the transfer encoding of the data that
has been encrypted.
|
|
getMimeType()
Returns the mime type of the data that has been encrypted.
|
|
getType()
Returns the URI identifying the type of the plaintext form of the
encrypted content.
|
Method Detail
getCanonicalizationMethod
- CanonicalizationMethod getCanonicalizationMethod( )
Returns the canonicalization method
Returns:
the canonicalization method.
null
if not specified getType
- 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
- 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
- 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