public class NoOpEncrypter extends Object implements OAuth2Encrypter
OAuth2Encrypter inteface that does nothing.| Constructor and Description |
|---|
NoOpEncrypter() |
public byte[] decrypt(byte[] encryptedSecret)
throws OAuth2EncryptionException
OAuth2Encrypterdecrypt in interface OAuth2EncrypterOAuth2EncryptionExceptionpublic byte[] encrypt(byte[] plainSecret)
throws OAuth2EncryptionException
OAuth2Encrypterencrypt in interface OAuth2EncrypterOAuth2EncryptionExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.