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) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedSignedAuthToken |
encrypt(byte[] signedAuthTokenData) |
protected int |
getKeySize() |
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–2019. All rights reserved.