| Methods in org.apache.cxf.rs.security.oauth2.utils that throw EncryptionException |
static SecretKey |
EncryptionUtils.decodeSecretKey(String encodedSecretKey)
|
static SecretKey |
EncryptionUtils.decodeSecretKey(String encodedSecretKey,
String algo)
|
static byte[] |
EncryptionUtils.decodeSequence(String encodedSequence)
|
static ServerAccessToken |
ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider,
String encodedToken,
Key secretKey)
|
static ServerAccessToken |
ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider,
String encodedData,
Key secretKey,
SecretKeyProperties props)
|
static ServerAccessToken |
ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey)
|
static ServerAccessToken |
ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey,
SecretKeyProperties props)
|
static byte[] |
EncryptionUtils.decryptBytes(byte[] bytes,
Key secretKey)
|
static byte[] |
EncryptionUtils.decryptBytes(byte[] bytes,
Key secretKey,
SecretKeyProperties keyProps)
|
static Client |
ModelEncryptionSupport.decryptClient(String encodedSequence,
Key secretKey)
|
static Client |
ModelEncryptionSupport.decryptClient(String encodedData,
Key secretKey,
SecretKeyProperties props)
|
static Client |
ModelEncryptionSupport.decryptClient(String encodedSequence,
String encodedSecretKey)
|
static Client |
ModelEncryptionSupport.decryptClient(String encodedSequence,
String encodedSecretKey,
SecretKeyProperties props)
|
static ServerAuthorizationCodeGrant |
ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider,
String encodedToken,
Key key)
|
static ServerAuthorizationCodeGrant |
ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider,
String encodedData,
Key key,
SecretKeyProperties props)
|
static ServerAuthorizationCodeGrant |
ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey)
|
static ServerAuthorizationCodeGrant |
ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey,
SecretKeyProperties props)
|
static RefreshToken |
ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider,
String encodedToken,
Key key)
|
static RefreshToken |
ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider,
String encodedData,
Key key,
SecretKeyProperties props)
|
static RefreshToken |
ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey)
|
static RefreshToken |
ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider,
String encodedToken,
String encodedSecretKey,
SecretKeyProperties props)
|
static SecretKey |
EncryptionUtils.decryptSecretKey(String encodedEncryptedSecretKey,
PrivateKey privateKey)
|
static SecretKey |
EncryptionUtils.decryptSecretKey(String encodedEncryptedSecretKey,
SecretKeyProperties props,
PrivateKey privateKey)
|
static String |
EncryptionUtils.decryptSequence(String encodedData,
Key secretKey)
|
static String |
EncryptionUtils.decryptSequence(String encodedData,
Key secretKey,
SecretKeyProperties props)
|
static String |
EncryptionUtils.decryptSequence(String encodedToken,
String encodedSecretKey)
|
static String |
EncryptionUtils.decryptSequence(String encodedData,
String encodedSecretKey,
SecretKeyProperties props)
|
static String |
EncryptionUtils.encodeBytes(byte[] bytes)
|
static String |
EncryptionUtils.encodeSecretKey(SecretKey key)
|
static String |
ModelEncryptionSupport.encryptAccessToken(ServerAccessToken token,
Key secretKey)
|
static String |
ModelEncryptionSupport.encryptAccessToken(ServerAccessToken token,
Key secretKey,
SecretKeyProperties props)
|
static byte[] |
EncryptionUtils.encryptBytes(byte[] bytes,
Key secretKey)
|
static byte[] |
EncryptionUtils.encryptBytes(byte[] bytes,
Key secretKey,
SecretKeyProperties keyProps)
|
static String |
ModelEncryptionSupport.encryptClient(Client client,
Key secretKey)
|
static String |
ModelEncryptionSupport.encryptClient(Client client,
Key secretKey,
SecretKeyProperties props)
|
static String |
ModelEncryptionSupport.encryptCodeGrant(ServerAuthorizationCodeGrant grant,
Key secretKey)
|
static String |
ModelEncryptionSupport.encryptCodeGrant(ServerAuthorizationCodeGrant grant,
Key secretKey,
SecretKeyProperties props)
|
static String |
ModelEncryptionSupport.encryptRefreshToken(RefreshToken token,
Key secretKey)
|
static String |
ModelEncryptionSupport.encryptRefreshToken(RefreshToken token,
Key secretKey,
SecretKeyProperties props)
|
static String |
EncryptionUtils.encryptSecretKey(SecretKey secretKey,
PublicKey publicKey)
|
static String |
EncryptionUtils.encryptSecretKey(SecretKey secretKey,
PublicKey publicKey,
SecretKeyProperties props)
|
static String |
EncryptionUtils.encryptSequence(String sequence,
Key secretKey)
|
static String |
EncryptionUtils.encryptSequence(String sequence,
Key secretKey,
SecretKeyProperties keyProps)
|
static SecretKey |
EncryptionUtils.getSecretKey(SecretKeyProperties props)
|
static SecretKey |
EncryptionUtils.getSecretKey(String symEncAlgo)
|
static ServerAccessToken |
ModelEncryptionSupport.recreateAccessToken(OAuthDataProvider provider,
String newTokenKey,
String decryptedSequence)
|
static Client |
ModelEncryptionSupport.recreateClient(String sequence)
|
static ServerAuthorizationCodeGrant |
ModelEncryptionSupport.recreateCodeGrant(OAuthDataProvider provider,
String decryptedSequence)
|
static RefreshToken |
ModelEncryptionSupport.recreateRefreshToken(OAuthDataProvider provider,
String newTokenKey,
String decryptedSequence)
|