Package org.activecomponents.udp
Interface IKeyProvider
-
- All Known Implementing Classes:
RsaKeyProvider
public interface IKeyProvider
Interface for providing randomly generated public/private key pairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.crypto.AsymmetricCipherKeyPair
getKeyPair()
Returns a random key pair.
-