- getAlgorithm() - Method in class org.encryptor4j.Encryptor
-
Returns the algorithm.
- getAlgorithmParameterSpec() - Method in class org.encryptor4j.ECDHPeer
-
Returns the inner AlgorithmParameterSpec
.
- getBufferSize() - Method in class org.encryptor4j.util.FileEncryptor
-
Returns the buffer size.
- getCipher() - Method in class org.encryptor4j.Encryptor
-
Returns the thread local cipher.
- getEncryptor() - Method in class org.encryptor4j.util.FileEncryptor
-
Returns the encryptor.
- getEncryptor() - Method in class org.encryptor4j.util.TextEncryptor
-
Returns the encryptor.
- getG() - Method in class org.encryptor4j.DHPeer
-
Returns prime g
.
- getIV() - Method in class org.encryptor4j.Encryptor
-
Returns the last used thread-local initialization vector that was either passed as argument or generated during the last encryption operation.
- getKey() - Method in class org.encryptor4j.Encryptor
-
Returns the key.
- getKeyAgreement() - Method in class org.encryptor4j.KeyAgreementPeer
-
Returns this peer's KeyAgreement
instance.
- getP() - Method in class org.encryptor4j.DHPeer
-
Returns prime p
.
- getPublicKey() - Method in class org.encryptor4j.KeyAgreementPeer
-
Returns this peer's public key.