|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToBeEncrypted
An abstract representation to all to-be-encrypted classes.
It defines the common fields (Type, MimeType and Encoding)
of EncryptedType
.
EncryptedType
,
ToBeEncryptedKey
,
ToBeEncryptedOctetStream
,
ToBeEncryptedXML
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns a URI identifying the transfer encoding of the data that has been encrypted. |
java.lang.String |
getMimeType()
Returns the mime type of the data that has been encrypted. |
java.lang.String |
getType()
Returns a URI identifying the type of the plaintext form of the encrypted content. |
Method Detail |
---|
java.lang.String getType()
null
if not specifiedjava.lang.String getMimeType()
null
if not specifiedjava.lang.String getEncoding()
null
if not specified
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |