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

uk.gov.ida.saml.security.SigningKeyStore Maven / Gradle / Ivy

The newest version!
package uk.gov.ida.saml.security;

import java.security.PublicKey;
import java.util.List;

public interface SigningKeyStore {
    List getVerifyingKeysForEntity(String entityId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy