Class CryptoSignature.Builder

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

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

    RecordBuilder for CryptoSignature instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getBytes

         ByteBuffer getBytes()

        Gets the value of the 'bytes' field. Byte array of the signature, exactly as returned by crypto signing operations

      • setBytes

         CryptoSignature.Builder setBytes(ByteBuffer value)

        Sets the value of the 'bytes' field. Byte array of the signature, exactly as returned by crypto signing operations

        Parameters:
        value - The value of 'bytes'.
      • hasBytes

         boolean hasBytes()

        Checks whether the 'bytes' field has been set. Byte array of the signature, exactly as returned by crypto signing operations

      • clearBytes

         CryptoSignature.Builder clearBytes()

        Clears the value of the 'bytes' field. Byte array of the signature, exactly as returned by crypto signing operations