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

All Known Implementing Classes:
EncryptionImpl, EncryptionImpl

public interface Encryption

Author:
WS-Trust Implementation Team.

Method Summary
 Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR contained in this Encryption Type
 String getTargetType()
          Get the type of the Encryption information item
 Token getToken()
          Get the Token contained in this Encryption instance
 void setAny(Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of Encryption
 void setToken(Token token)
          Set the Token as the contents of Encryption
 

Method Detail

getTargetType

String getTargetType()
Get the type of the Encryption information item


getAny

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

Returns:
possible object is Element Object

setAny

void setAny(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 Encryption


getSecurityTokenReference

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


setToken

void setToken(Token token)
Set the Token as the contents of Encryption


getToken

Token getToken()
Get the Token contained in this Encryption instance



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.