Interface CipherValue


public interface CipherValue
CipherValue is the wrapper for cipher text.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Base 64 encoded, encrypted octets that is the CipherValue.
    void
    Sets the Base 64 encoded, encrypted octets that is the CipherValue.
  • Method Details

    • getValue

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

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