Uses of Interface
com.sun.xml.ws.security.trust.elements.Entropy

Packages that use Entropy
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
 

Uses of Entropy in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return Entropy
abstract  Entropy WSTrustElementFactory.createEntropy(BinarySecret secret)
          Create an Entropy with a BinarySecret
abstract  Entropy WSTrustElementFactory.createEntropy(EncryptedKey key)
          Create an Entropy with an xenc:EncryptedKey
 

Methods in com.sun.xml.ws.security.trust with parameters of type Entropy
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForIssue(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime)
          Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create a collection of RequestSecurityTokenResponse(s)
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returned
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for a Renewal Response
 

Uses of Entropy in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return Entropy
 Entropy WSTrustElementBase.getEntropy()
          Get the entropy for the requested token
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type Entropy
 void WSTrustElementBase.setEntropy(Entropy entropy)
          Set the entropy for the requested token
 



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