List of usage examples for org.springframework.security.oauth.common.signature SignatureSecret interface-usage
From source file org.springframework.security.oauth.common.signature.RSAKeySecret.java
/** * Signature secret for RSA. * * @author Ryan Heaton */ public class RSAKeySecret implements SignatureSecret {