- computeSharedSecret(Key) - Method in class org.encryptor4j.KeyAgreementPeer
-
Computes the shared secret using the other peer's public key.
- createKeyPair(BigInteger, BigInteger) - Static method in class org.encryptor4j.DHPeer
-
Creates and returns a DH key pair for the given p
and g
.
- createKeyPair(BigInteger, BigInteger, Provider) - Static method in class org.encryptor4j.DHPeer
-
Creates and returns a DH key pair for the given p
, g
and provider.
- createKeyPair(AlgorithmParameterSpec) - Static method in class org.encryptor4j.ECDHPeer
-
Creates and returns an ECDH key pair for the given parameter specification.
- createKeyPair(AlgorithmParameterSpec, String) - Static method in class org.encryptor4j.ECDHPeer
-
Creates and returns an ECDH key pair for the given parameter specification and provider.
- createKeyPair(AlgorithmParameterSpec, Provider) - Static method in class org.encryptor4j.ECDHPeer
-
Creates and returns an ECDH key pair for the given parameter specification and provider.
- createPadFile(File, long) - Method in class org.encryptor4j.OneTimePad
-
Creates a padfile containing random bytes.