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