Class DecryptionColumnImpl

  • All Implemented Interfaces:
    Cloneable


    public class DecryptionColumnImpl
    extends org.refcodes.tabular.AbstractColumn<String>
    implements Cloneable
    This Column solely can decrypt String texts using the refcodes-forwardsecrecy framework.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor

        org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor

        org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      DecryptionColumnImpl​(String aKey, org.refcodes.forwardsecrecy.DecryptionProvider aDecryptionProvider)
      Instantiates a new decryption column impl.
    • Constructor Detail

      • DecryptionColumnImpl

        public DecryptionColumnImpl​(String aKey,
                                    org.refcodes.forwardsecrecy.DecryptionProvider aDecryptionProvider)
        Instantiates a new decryption column impl.
        Parameters:
        aKey - the key
        aDecryptionProvider - the decryption provider