All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.identity.uaa.oauth.jwt.Signer Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package org.cloudfoundry.identity.uaa.oauth.jwt;

public interface Signer extends org.springframework.security.jwt.crypto.sign.Signer {
    String keyId();
    String keyURL();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy