Class CryptoDerivedSharedSecret.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class CryptoDerivedSharedSecret.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for CryptoDerivedSharedSecret instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public ByteBuffer secret
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getSecret

         ByteBuffer getSecret()

        Gets the value of the 'secret' field. Derived Diffie–Hellman key agreement shared secret

        Returns:

        The value.

      • hasSecret

         boolean hasSecret()

        Checks whether the 'secret' field has been set. Derived Diffie–Hellman key agreement shared secret

        Returns:

        True if the 'secret' field has been set, false otherwise.