Class AsymmetricCryptorConfig<PR extends PrivateKey,​PU extends PublicKey>

    • Method Detail

      • isBidirectional

        public boolean isBidirectional()
        Returns:
        true if the underlying asymmetric encryption algorithm is bidirectional and also allows to encrypt with private key and decrypt with public key (like e.g. RSA), false otherwise (default).