Class ProofEncryptionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.ProofEncryptionType
com.sun.xml.ws.security.trust.impl.elements.ProofEncryptionImpl
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.ProofEncryption
public class ProofEncryptionImpl
extends ProofEncryptionType
implements com.sun.xml.ws.security.trust.elements.ProofEncryption
- Author:
- WS-Trust Implementation Team.
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.ProofEncryptionType
any -
Constructor Summary
ConstructorsConstructorDescriptionProofEncryptionImpl(com.sun.xml.ws.security.Token token) ProofEncryptionImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencecom.sun.xml.ws.security.TokengetToken()final voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref) final voidsetTargetType(String ttype) final voidsetToken(com.sun.xml.ws.security.Token token) Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.ProofEncryptionType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.ProofEncryption
getAny, setAny
-
Constructor Details
-
ProofEncryptionImpl
public ProofEncryptionImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str) -
ProofEncryptionImpl
public ProofEncryptionImpl(com.sun.xml.ws.security.Token token) -
ProofEncryptionImpl
-
-
Method Details
-
getTargetType
- Specified by:
getTargetTypein interfacecom.sun.xml.ws.security.trust.elements.ProofEncryption
-
setTargetType
- Specified by:
setTargetTypein interfacecom.sun.xml.ws.security.trust.elements.ProofEncryption
-
setSecurityTokenReference
public final void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref) - Specified by:
setSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.ProofEncryption
-
getSecurityTokenReference
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()- Specified by:
getSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.ProofEncryption
-
setToken
public final void setToken(com.sun.xml.ws.security.Token token) -
getToken
public com.sun.xml.ws.security.Token getToken()
-