org.apache.xml.security.stax.impl
Class EncryptionPartDef

java.lang.Object
  extended by org.apache.xml.security.stax.impl.EncryptionPartDef

public class EncryptionPartDef
extends Object

EncryptionPartDef holds information about parts to be encrypt

Version:
$Revision: 1471337 $ $Date: 2013-04-24 10:56:28 +0100 (Wed, 24 Apr 2013) $
Author:
$Author: giger $

Constructor Summary
EncryptionPartDef()
           
 
Method Summary
 String getEncRefId()
           
 String getKeyId()
           
 SecurePart.Modifier getModifier()
           
 SecurePart getSecurePart()
           
 Key getSymmetricKey()
           
 void setEncRefId(String encRefId)
           
 void setKeyId(String keyId)
           
 void setModifier(SecurePart.Modifier modifier)
           
 void setSecurePart(SecurePart securePart)
           
 void setSymmetricKey(Key symmetricKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionPartDef

public EncryptionPartDef()
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)


Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.