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

org.openfact.keys.RsaKeyProviderFactory Maven / Gradle / Ivy

There is a newer version: 1.1.3.Final
Show newest version
package org.openfact.keys;

import org.openfact.jose.jws.AlgorithmType;

import java.util.Collections;
import java.util.Map;

public interface RsaKeyProviderFactory extends KeyProviderFactory {

    @Override
    default Map getTypeMetadata() {
        return Collections.singletonMap("algorithmType", AlgorithmType.RSA);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy