org.apache.rahas.impl
Class TokenIssuerUtil
java.lang.Object
org.apache.rahas.impl.TokenIssuerUtil
- public class TokenIssuerUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCRYPTED_KEY
public static final String ENCRYPTED_KEY
- See Also:
- Constant Field Values
BINARY_SECRET
public static final String BINARY_SECRET
- See Also:
- Constant Field Values
TokenIssuerUtil
public TokenIssuerUtil()
getSharedSecret
public static byte[] getSharedSecret(RahasData data,
int keyComputation,
int keySize)
throws TrustException
- Throws:
TrustException
handleRequestedProofToken
public static void handleRequestedProofToken(RahasData data,
int wstVersion,
AbstractIssuerConfig config,
org.apache.axiom.om.OMElement rstrElem,
Token token,
Document doc)
throws TrustException
- Throws:
TrustException