FileDocCategorySizeDatePackage
CipherValue.javaAPI DocJava SE 6 API1242Tue Jun 10 00:23:00 BST 2008com.sun.org.apache.xml.internal.security.encryption

CipherValue

public interface CipherValue
CipherValue is the wrapper for cipher text.
author
Axl Mattheus

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetValue()
Resturns the Base 64 encoded, encrypted octets that is the CihperValue.

return
cipher value.

public voidsetValue(java.lang.String value)
Sets the Base 64 encoded, encrypted octets that is the CihperValue.

param
value the cipher value.