FileDocCategorySizeDatePackage
Encryption.javaAPI DocExample3338Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

Encryption

public interface Encryption
author
WS-Trust Implementation Team.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Element } {@link Object }

public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Get the STR contained in this Encryption Type

public java.lang.StringgetTargetType()
Get the type of the Encryption information item

public com.sun.xml.ws.security.TokengetToken()
Get the Token contained in this Encryption instance

public voidsetAny(java.lang.Object value)
Sets the value of the any property.

param
value allowed object is {@link Element } {@link Object }

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
Set the STR for the Token as the contents of Encryption

public voidsetToken(com.sun.xml.ws.security.Token token)
Set the Token as the contents of Encryption