Class EncryptionPartDef
- java.lang.Object
-
- org.apache.xml.security.stax.impl.EncryptionPartDef
-
public class EncryptionPartDef extends Object
EncryptionPartDef holds information about parts to be encrypt- Version:
- $Revision: 1540770 $ $Date: 2013-11-11 17:50:50 +0100 (Mon, 11 Nov 2013) $
- Author:
- $Author: coheigea $
-
-
Constructor Summary
Constructors Constructor Description EncryptionPartDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherReferenceId()StringgetEncRefId()StringgetKeyId()StringgetMimeType()SecurePart.ModifiergetModifier()SecurePartgetSecurePart()KeygetSymmetricKey()voidsetCipherReferenceId(String cipherReferenceId)voidsetEncRefId(String encRefId)voidsetKeyId(String keyId)voidsetMimeType(String mimeType)voidsetModifier(SecurePart.Modifier modifier)voidsetSecurePart(SecurePart securePart)voidsetSymmetricKey(Key symmetricKey)
-
-
-
Method Detail
-
getSecurePart
public SecurePart getSecurePart()
-
setSecurePart
public void setSecurePart(SecurePart securePart)
-
getModifier
public SecurePart.Modifier getModifier()
-
setModifier
public void setModifier(SecurePart.Modifier modifier)
-
getSymmetricKey
public Key getSymmetricKey()
-
setSymmetricKey
public void setSymmetricKey(Key symmetricKey)
-
getKeyId
public String getKeyId()
-
setKeyId
public void setKeyId(String keyId)
-
getEncRefId
public String getEncRefId()
-
setEncRefId
public void setEncRefId(String encRefId)
-
getCipherReferenceId
public String getCipherReferenceId()
-
setCipherReferenceId
public void setCipherReferenceId(String cipherReferenceId)
-
getMimeType
public String getMimeType()
-
setMimeType
public void setMimeType(String mimeType)
-
-