public class SignedAuthTokenEncrypter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_KEY_KEY_SIZE |
static int |
DEFAULT_KEY_SIZE |
Constructor and Description |
---|
SignedAuthTokenEncrypter(byte[] publicKeyData) |
public static final int DEFAULT_KEY_SIZE
public static final String CONFIG_KEY_KEY_SIZE
public SignedAuthTokenEncrypter(byte[] publicKeyData)
public EncryptedSignedAuthToken encrypt(byte[] signedAuthTokenData)
protected int getKeySize()
Copyright © 2013-2014. All Rights Reserved.