public class TokenIssuerUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BINARY_SECRET |
static String |
ENCRYPTED_KEY |
Constructor and Description |
---|
TokenIssuerUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getSharedSecret(RahasData data,
int keyComputation,
int keySize) |
static void |
handleRequestedProofToken(RahasData data,
int wstVersion,
AbstractIssuerConfig config,
org.apache.axiom.om.OMElement rstrElem,
Token token,
Document doc) |
public static final String ENCRYPTED_KEY
public static final String BINARY_SECRET
public static byte[] getSharedSecret(RahasData data, int keyComputation, int keySize) throws TrustException
TrustException
public static void handleRequestedProofToken(RahasData data, int wstVersion, AbstractIssuerConfig config, org.apache.axiom.om.OMElement rstrElem, Token token, Document doc) throws TrustException
TrustException
Copyright © Apache Software Foundation. All Rights Reserved.