Interface ProofEncryption
- All Known Implementing Classes:
ProofEncryptionImpl,ProofEncryptionImpl
public interface ProofEncryption
- Author:
- WS-Trust Implementation Team.
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Get the STR contained in this ProofEncryption TypeGet the type of the ProofEncryption information itemvoidSets the value of the any property.voidSet the STR for the Token as the contents of ProofEncryptionvoidsetTargetType(String targetType) Set the type of the DelegateTo information item
-
Method Details
-
getTargetType
String getTargetType()Get the type of the ProofEncryption information item -
setTargetType
Set the type of the DelegateTo information item- Parameters:
targetType-String
-
getAny
Object getAny()Gets the value of the any property. -
setAny
Sets the value of the any property. -
setSecurityTokenReference
Set the STR for the Token as the contents of ProofEncryption -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR contained in this ProofEncryption Type
-