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

com.github.nagyesta.lowkeyvault.service.key.ReadOnlyAsymmetricKeyVaultKeyEntity Maven / Gradle / Ivy

The newest version!
package com.github.nagyesta.lowkeyvault.service.key;

import java.security.KeyPair;

public interface ReadOnlyAsymmetricKeyVaultKeyEntity extends ReadOnlyKeyVaultKeyEntity {

    KeyPair getKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy