Class AsymmetricCryptorConfigRsa

    • Constructor Detail

      • AsymmetricCryptorConfigRsa

        public AsymmetricCryptorConfigRsa()
        The constructor.
    • Method Detail

      • isBidirectional

        public boolean isBidirectional()
        Overrides:
        isBidirectional in class AsymmetricCryptorConfig<RSAPrivateKey,​RSAPublicKey>
        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).