| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2.persistence | |
| org.apache.shindig.gadgets.oauth2.persistence.sample |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
OAuth2Encrypter.decrypt(byte[] encryptedSecret)
Decrypts client and token secret
|
byte[] |
OAuth2Encrypter.encrypt(byte[] plainSecret)
Encrypts client and token secret
|
void |
OAuth2Client.setClientSecret(byte[] secret) |
void |
OAuth2TokenPersistence.setEncryptedMacSecret(byte[] encryptedSecret) |
void |
OAuth2TokenPersistence.setEncryptedSecret(byte[] encryptedSecret) |
void |
OAuth2Client.setEncryptedSecret(byte[] encryptedSecret) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NoOpEncrypter.decrypt(byte[] encryptedSecret) |
byte[] |
NoOpEncrypter.encrypt(byte[] plainSecret) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.