Interface CipherValue


  • public interface CipherValue
    CipherValue is the wrapper for cipher text.
    Author:
    Axl Mattheus
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getValue()
      Resturns the Base 64 encoded, encrypted octets that is the CihperValue.
      void setValue​(java.lang.String value)
      Sets the Base 64 encoded, encrypted octets that is the CihperValue.
    • Method Detail

      • getValue

        java.lang.String getValue()
        Resturns the Base 64 encoded, encrypted octets that is the CihperValue.
        Returns:
        cipher value.
      • setValue

        void setValue​(java.lang.String value)
        Sets the Base 64 encoded, encrypted octets that is the CihperValue.
        Parameters:
        value - the cipher value.