- KeyAgreementPeer - Class in org.encryptor4j
-
Abstract key agreement peer class.
- KeyAgreementPeer(KeyAgreement) - Constructor for class org.encryptor4j.KeyAgreementPeer
-
Constructs a key agreement peer.
- KeyAgreementPeer(KeyAgreement, KeyPair) - Constructor for class org.encryptor4j.KeyAgreementPeer
-
Constructs a key agreement peer.
- KeyAgreementTest - Class in org.encryptor4j.test
-
Unit test that tests key agreement algorithms such as Diffie-Hellman and Elliptic Curve Diffie-Hellman.
- KeyAgreementTest() - Constructor for class org.encryptor4j.test.KeyAgreementTest
-
- KeyFactory - Interface in org.encryptor4j.factory
-
Factory interface for generating keys.
- keyFromPassword(char[]) - Method in class org.encryptor4j.factory.AbsKeyFactory
-
- keyFromPassword(char[]) - Method in interface org.encryptor4j.factory.KeyFactory
-
Derives and returns a strong key from a password.