com.sun.xml.ws.security.trust.elements
Interface ProofEncryption

All Known Implementing Classes:
ProofEncryptionImpl, ProofEncryptionImpl

public interface ProofEncryption


Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR contained in this ProofEncryption Type
 java.lang.String getTargetType()
          Get the type of the ProofEncryption information item
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of ProofEncryption
 void setTargetType(java.lang.String targetType)
          Set the type of the DelegateTo information item
 

Method Detail

getTargetType

java.lang.String getTargetType()
Get the type of the ProofEncryption information item


setTargetType

void setTargetType(java.lang.String targetType)
Set the type of the DelegateTo information item

Parameters:
targetType - String

getAny

java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

setSecurityTokenReference

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of ProofEncryption


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR contained in this ProofEncryption Type