Interface CipherValue

    • Method Summary

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

      • getValue

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

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