org.apache.xml.security.stax.impl
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: 1471337 $ $Date: 2013-04-24 10:56:28 +0100 (Wed, 24 Apr 2013) $
- Author:
- $Author: giger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionPartDef
public EncryptionPartDef()
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.