org.apache.cxf.rs.security.oauth.provider
Class MD5SequenceGenerator
java.lang.Object
org.apache.cxf.rs.security.oauth.provider.MD5SequenceGenerator
public class MD5SequenceGenerator
- extends Object
The utility MD5 sequence generator which can be used for generating
request or access token keys and secrets as well as request token
verifiers
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5SequenceGenerator
public MD5SequenceGenerator()
generate
public String generate(byte[] input)
throws net.oauth.OAuthException
- Throws:
net.oauth.OAuthException
Apache CXF