uk.gov.ida.saml.security.EncryptionKeyStore Maven / Gradle / Ivy
package uk.gov.ida.saml.security;
import java.security.PublicKey;
public interface EncryptionKeyStore {
PublicKey getEncryptionKeyForEntity(String entityId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy