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

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

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

//Use KeyStoreBackedEncryptionCredentialResolver
@Deprecated
public class EncryptionCredentialFactory extends KeyStoreBackedEncryptionCredentialResolver {
    public EncryptionCredentialFactory(EncryptionKeyStore encryptionKeyStore) {
        super(encryptionKeyStore);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy