PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.trust.EntropyType

Packages that use EntropyType
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
 

Uses of EntropyType in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type EntropyType
static byte[] WSTrustUtil.getBinarySecret(EntropyType entropy)
           Parses the specified EntropyType and returns the first binary secret contained in the entropy.
 

Uses of EntropyType in org.picketlink.identity.federation.core.wstrust.wrappers
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return EntropyType
 EntropyType RequestSecurityToken.getEntropy()
           Obtains the entropy that will be used in creating the key.
 EntropyType RequestSecurityTokenResponse.getEntropy()
           Obtains the entropy that has been used in creating the key.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type EntropyType
 void RequestSecurityToken.setEntropy(EntropyType entropy)
           Sets the entropy that must be used when creating the key.
 void RequestSecurityTokenResponse.setEntropy(EntropyType entropy)
           Sets the entropy that has been used in creating the key.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.