Class SignFlowCommand.Builder

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

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

    RecordBuilder for SignFlowCommand instances.

    • Constructor Detail

    • Method Detail

      • getPublicKey

         ByteBuffer getPublicKey()

        Gets the value of the 'publicKey' field. It's used to look up the matching private key information and sign the data

      • setPublicKey

         SignFlowCommand.Builder setPublicKey(ByteBuffer value)

        Sets the value of the 'publicKey' field. It's used to look up the matching private key information and sign the data

        Parameters:
        value - The value of 'publicKey'.
      • getSignatureSpec

         CryptoSignatureSpec getSignatureSpec()

        Gets the value of the 'signatureSpec' field. Overrides the default signature scheme, otherwise the default scheme is used

      • getSignatureSpecBuilder

         CryptoSignatureSpec.Builder getSignatureSpecBuilder()

        Gets the Builder instance for the 'signatureSpec' field and creates one if it doesn't exist yet. Overrides the default signature scheme, otherwise the default scheme is used

      • getContext

         KeyValuePairList getContext()

        Gets the value of the 'context' field. The optional key/value operation specific context.

      • getContextBuilder

         KeyValuePairList.Builder getContextBuilder()

        Gets the Builder instance for the 'context' field and creates one if it doesn't exist yet. The optional key/value operation specific context.

      • hasPublicKey

         boolean hasPublicKey()

        Checks whether the 'publicKey' field has been set. It's used to look up the matching private key information and sign the data

      • hasSignatureSpec

         boolean hasSignatureSpec()

        Checks whether the 'signatureSpec' field has been set. Overrides the default signature scheme, otherwise the default scheme is used

      • hasSignatureSpecBuilder

         boolean hasSignatureSpecBuilder()

        Checks whether the 'signatureSpec' field has an active Builder instance Overrides the default signature scheme, otherwise the default scheme is used

      • hasBytes

         boolean hasBytes()

        Checks whether the 'bytes' field has been set. The data to sign.

      • hasContext

         boolean hasContext()

        Checks whether the 'context' field has been set. The optional key/value operation specific context.

      • hasContextBuilder

         boolean hasContextBuilder()

        Checks whether the 'context' field has an active Builder instance The optional key/value operation specific context.