PR - type of PrivateKey.PU - type of PublicKey.public interface AsymmetricCryptorFactory<PR extends PrivateKey,PU extends PublicKey> extends CryptorFactory
CryptorFactory for asymmetric encryption and decryption.| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
newDecryptor(PR privateKey) |
default Encryptor |
newEncryptor(PU publicKey) |
newDecryptorUnsafe, newEncryptorUnsafeCopyright © 2001–2019 mmm-Team. All rights reserved.