Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.utils.SecretKeyProperties

Packages that use SecretKeyProperties
org.apache.cxf.rs.security.oauth2.utils   
 

Uses of SecretKeyProperties in org.apache.cxf.rs.security.oauth2.utils
 

Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type SecretKeyProperties
static ServerAccessToken ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedData, Key secretKey, SecretKeyProperties props)
           
static ServerAccessToken ModelEncryptionSupport.decryptAccessToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, SecretKeyProperties props)
           
static byte[] EncryptionUtils.decryptBytes(byte[] bytes, Key secretKey, SecretKeyProperties keyProps)
           
static Client ModelEncryptionSupport.decryptClient(String encodedData, Key secretKey, SecretKeyProperties props)
           
static Client ModelEncryptionSupport.decryptClient(String encodedSequence, String encodedSecretKey, SecretKeyProperties props)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedData, Key key, SecretKeyProperties props)
           
static ServerAuthorizationCodeGrant ModelEncryptionSupport.decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, SecretKeyProperties props)
           
static RefreshToken ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider, String encodedData, Key key, SecretKeyProperties props)
           
static RefreshToken ModelEncryptionSupport.decryptRefreshToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, SecretKeyProperties props)
           
static SecretKey EncryptionUtils.decryptSecretKey(String encodedEncryptedSecretKey, SecretKeyProperties props, PrivateKey privateKey)
           
static String EncryptionUtils.decryptSequence(String encodedData, Key secretKey, SecretKeyProperties props)
           
static String EncryptionUtils.decryptSequence(String encodedData, String encodedSecretKey, SecretKeyProperties props)
           
static String ModelEncryptionSupport.encryptAccessToken(ServerAccessToken token, Key secretKey, SecretKeyProperties props)
           
static byte[] EncryptionUtils.encryptBytes(byte[] bytes, Key secretKey, SecretKeyProperties keyProps)
           
static String ModelEncryptionSupport.encryptClient(Client client, Key secretKey, SecretKeyProperties props)
           
static String ModelEncryptionSupport.encryptCodeGrant(ServerAuthorizationCodeGrant grant, Key secretKey, SecretKeyProperties props)
           
static String ModelEncryptionSupport.encryptRefreshToken(RefreshToken token, Key secretKey, SecretKeyProperties props)
           
static String EncryptionUtils.encryptSecretKey(SecretKey secretKey, PublicKey publicKey, SecretKeyProperties props)
           
static String EncryptionUtils.encryptSequence(String sequence, Key secretKey, SecretKeyProperties keyProps)
           
static SecretKey EncryptionUtils.getSecretKey(SecretKeyProperties props)
           
 


Apache CXF API

Apache CXF