javax.xml.crypto.enc
Interface ToBeEncrypted
All known subinterfaces:
All known implementing classes:
- public interface ToBeEncrypted
EncryptedType
.
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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 a URI identifying the type of the plaintext form of the
encrypted content.
|
Method Detail
getType
- java.lang.String getType()
Returns a URI identifying the type of the plaintext form of the
encrypted content.
Returns:
the type, or
null
if not specified getMimeType
- java.lang.String getMimeType()
Returns the mime type of the data that has been encrypted.
Mime type decribes the media type of the data which has been
encrypted. The value of this attribute is a string with
values defined by http://www.ietf.org/rfc/rfc2045.txt.
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.
Returns:
the encoding, or
null
if not specified