com.sun.xml.ws.security.trust.impl.wssx.elements
Class EncryptionImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.EncryptionImpl
All Implemented Interfaces:
Encryption

public class EncryptionImpl
extends EncryptionType
implements Encryption

Author:
Manveen Kaur

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
any
 
Constructor Summary
EncryptionImpl(EncryptionType encType)
           
EncryptionImpl(SecurityTokenReference str)
           
EncryptionImpl(Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
           
 String getTargetType()
           
 Token getToken()
           
 void setSecurityTokenReference(SecurityTokenReference ref)
           
 void setTargetType(String ttype)
           
 void setToken(Token token)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
getAny, setAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.Encryption
getAny, setAny
 

Constructor Detail

EncryptionImpl

public EncryptionImpl(SecurityTokenReference str)

EncryptionImpl

public EncryptionImpl(Token token)

EncryptionImpl

public EncryptionImpl(EncryptionType encType)
               throws Exception
Throws:
Exception
Method Detail

getTargetType

public String getTargetType()
Specified by:
getTargetType in interface Encryption

setTargetType

public void setTargetType(String ttype)

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Specified by:
setSecurityTokenReference in interface Encryption

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Specified by:
getSecurityTokenReference in interface Encryption

setToken

public void setToken(Token token)
Specified by:
setToken in interface Encryption

getToken

public Token getToken()
Specified by:
getToken in interface Encryption


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