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.StringgetD()optional string d = 1 [json_name = "d"];com.google.protobuf.ByteStringgetDBytes()optional string d = 1 [json_name = "d"];java.lang.StringgetR()optional string r = 2 [json_name = "r"];com.google.protobuf.ByteStringgetRBytes()optional string r = 2 [json_name = "r"];java.lang.StringgetT()optional string t = 3 [json_name = "t"];com.google.protobuf.ByteStringgetTBytes()optional string t = 3 [json_name = "t"];booleanhasD()optional string d = 1 [json_name = "d"];booleanhasR()optional string r = 2 [json_name = "r"];booleanhasT()optional string t = 3 [json_name = "t"];
-
-
-
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.
-
-