Interface JWK.OTHOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    JWK.OTH, JWK.OTH.Builder
    Enclosing class:
    JWK

    public static interface JWK.OTHOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getD()
      optional string d = 1 [json_name = "d"];
      com.google.protobuf.ByteString getDBytes()
      optional string d = 1 [json_name = "d"];
      java.lang.String getR()
      optional string r = 2 [json_name = "r"];
      com.google.protobuf.ByteString getRBytes()
      optional string r = 2 [json_name = "r"];
      java.lang.String getT()
      optional string t = 3 [json_name = "t"];
      com.google.protobuf.ByteString getTBytes()
      optional string t = 3 [json_name = "t"];
      boolean hasD()
      optional string d = 1 [json_name = "d"];
      boolean hasR()
      optional string r = 2 [json_name = "r"];
      boolean hasT()
      optional string t = 3 [json_name = "t"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasD

        boolean hasD()
        optional string d = 1 [json_name = "d"];
        Returns:
        Whether the d field is set.
      • getD

        java.lang.String getD()
        optional string d = 1 [json_name = "d"];
        Returns:
        The d.
      • getDBytes

        com.google.protobuf.ByteString getDBytes()
        optional string d = 1 [json_name = "d"];
        Returns:
        The bytes for d.
      • hasR

        boolean hasR()
        optional string r = 2 [json_name = "r"];
        Returns:
        Whether the r field is set.
      • getR

        java.lang.String getR()
        optional string r = 2 [json_name = "r"];
        Returns:
        The r.
      • getRBytes

        com.google.protobuf.ByteString getRBytes()
        optional string r = 2 [json_name = "r"];
        Returns:
        The bytes for r.
      • hasT

        boolean hasT()
        optional string t = 3 [json_name = "t"];
        Returns:
        Whether the t field is set.
      • getT

        java.lang.String getT()
        optional string t = 3 [json_name = "t"];
        Returns:
        The t.
      • getTBytes

        com.google.protobuf.ByteString getTBytes()
        optional string t = 3 [json_name = "t"];
        Returns:
        The bytes for t.