Interface IKeyProvider

  • All Known Implementing Classes:
    RsaKeyProvider

    public interface IKeyProvider
    Interface for providing randomly generated public/private key pairs.
    • Method Detail

      • getKeyPair

        org.bouncycastle.crypto.AsymmetricCipherKeyPair getKeyPair()
        Returns a random key pair.
        Returns:
        Key pair.