Interface TEKSignatureOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TEKSignature, TEKSignature.Builder

    public interface TEKSignatureOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBatchNum()
      Reserved for future use.
      int getBatchSize()
      optional int32 batch_size = 3;
      com.google.protobuf.ByteString getSignature()
      Signature in X9.62 format (ASN.1 SEQUENCE of two INTEGER fields).
      SignatureInfo getSignatureInfo()
      Information to uniquely identify the public key associated with the EN server's signing key.
      SignatureInfoOrBuilder getSignatureInfoOrBuilder()
      Information to uniquely identify the public key associated with the EN server's signing key.
      boolean hasBatchNum()
      Reserved for future use.
      boolean hasBatchSize()
      optional int32 batch_size = 3;
      boolean hasSignature()
      Signature in X9.62 format (ASN.1 SEQUENCE of two INTEGER fields).
      boolean hasSignatureInfo()
      Information to uniquely identify the public key associated with the EN server's signing key.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasSignatureInfo

        boolean hasSignatureInfo()
         Information to uniquely identify the public key associated
         with the EN server's signing key.
         
        optional .app.coronawarn.server.common.protocols.external.exposurenotification.SignatureInfo signature_info = 1;
        Returns:
        Whether the signatureInfo field is set.
      • getSignatureInfo

        SignatureInfo getSignatureInfo()
         Information to uniquely identify the public key associated
         with the EN server's signing key.
         
        optional .app.coronawarn.server.common.protocols.external.exposurenotification.SignatureInfo signature_info = 1;
        Returns:
        The signatureInfo.
      • getSignatureInfoOrBuilder

        SignatureInfoOrBuilder getSignatureInfoOrBuilder()
         Information to uniquely identify the public key associated
         with the EN server's signing key.
         
        optional .app.coronawarn.server.common.protocols.external.exposurenotification.SignatureInfo signature_info = 1;
      • hasBatchNum

        boolean hasBatchNum()
         Reserved for future use. Both batch_num and batch_size
         must be set to a value of 1.
         
        optional int32 batch_num = 2;
        Returns:
        Whether the batchNum field is set.
      • getBatchNum

        int getBatchNum()
         Reserved for future use. Both batch_num and batch_size
         must be set to a value of 1.
         
        optional int32 batch_num = 2;
        Returns:
        The batchNum.
      • hasBatchSize

        boolean hasBatchSize()
        optional int32 batch_size = 3;
        Returns:
        Whether the batchSize field is set.
      • getBatchSize

        int getBatchSize()
        optional int32 batch_size = 3;
        Returns:
        The batchSize.
      • hasSignature

        boolean hasSignature()
         Signature in X9.62 format (ASN.1 SEQUENCE of two INTEGER fields).
         
        optional bytes signature = 4;
        Returns:
        Whether the signature field is set.
      • getSignature

        com.google.protobuf.ByteString getSignature()
         Signature in X9.62 format (ASN.1 SEQUENCE of two INTEGER fields).
         
        optional bytes signature = 4;
        Returns:
        The signature.