Interface Encryption
-
- All Known Implementing Classes:
EncryptionImpl,EncryptionImpl
public interface Encryption- Author:
- WS-Trust Implementation Team.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.SecurityTokenReferencegetSecurityTokenReference()Get the STR contained in this Encryption TypeStringgetTargetType()Get the type of the Encryption information itemTokengetToken()Get the Token contained in this Encryption instancevoidsetAny(Object value)Sets the value of the any property.voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of EncryptionvoidsetToken(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
ElementObject
-
setAny
void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isElementObject
-
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
-
-