Class EncryptionPartDef
java.lang.Object
org.apache.xml.security.stax.impl.EncryptionPartDef
EncryptionPartDef holds information about parts to be encrypt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()
void
setCipherReferenceId
(String cipherReferenceId) void
setEncRefId
(String encRefId) void
void
setMimeType
(String mimeType) void
setModifier
(SecurePart.Modifier modifier) void
setSecurePart
(SecurePart securePart) void
setSymmetricKey
(Key symmetricKey)
-
Constructor Details
-
EncryptionPartDef
public EncryptionPartDef()
-
-
Method Details
-
getSecurePart
-
setSecurePart
-
getModifier
-
setModifier
-
getSymmetricKey
-
setSymmetricKey
-
getKeyId
-
setKeyId
-
getEncRefId
-
setEncRefId
-
getCipherReferenceId
-
setCipherReferenceId
-
getMimeType
-
setMimeType
-