public final class JwtHmacKeyFormat extends com.google.protobuf.GeneratedMessageLite<JwtHmacKeyFormat,JwtHmacKeyFormat.Builder> implements JwtHmacKeyFormatOrBuilder
google.crypto.tink.JwtHmacKeyFormat| Modifier and Type | Class and Description |
|---|---|
static class |
JwtHmacKeyFormat.Builder
Protobuf type
google.crypto.tink.JwtHmacKeyFormat |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
ALGORITHM_FIELD_NUMBER |
static int |
KEY_SIZE_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
JwtHmacAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
static JwtHmacKeyFormat |
getDefaultInstance() |
int |
getKeySize()
uint32 key_size = 3; |
int |
getVersion()
uint32 version = 1; |
static JwtHmacKeyFormat.Builder |
newBuilder() |
static JwtHmacKeyFormat.Builder |
newBuilder(JwtHmacKeyFormat prototype) |
static JwtHmacKeyFormat |
parseDelimitedFrom(InputStream input) |
static JwtHmacKeyFormat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtHmacKeyFormat |
parseFrom(byte[] data) |
static JwtHmacKeyFormat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtHmacKeyFormat |
parseFrom(ByteBuffer data) |
static JwtHmacKeyFormat |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtHmacKeyFormat |
parseFrom(com.google.protobuf.ByteString data) |
static JwtHmacKeyFormat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtHmacKeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JwtHmacKeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtHmacKeyFormat |
parseFrom(InputStream input) |
static JwtHmacKeyFormat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JwtHmacKeyFormat> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VERSION_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER
public static final int KEY_SIZE_FIELD_NUMBER
public int getVersion()
uint32 version = 1;getVersion in interface JwtHmacKeyFormatOrBuilderpublic int getAlgorithmValue()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2;getAlgorithmValue in interface JwtHmacKeyFormatOrBuilderpublic JwtHmacAlgorithm getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2;getAlgorithm in interface JwtHmacKeyFormatOrBuilderpublic int getKeySize()
uint32 key_size = 3;getKeySize in interface JwtHmacKeyFormatOrBuilderpublic static JwtHmacKeyFormat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtHmacKeyFormat parseFrom(InputStream input) throws IOException
IOExceptionpublic static JwtHmacKeyFormat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtHmacKeyFormat parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JwtHmacKeyFormat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtHmacKeyFormat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JwtHmacKeyFormat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtHmacKeyFormat.Builder newBuilder()
public static JwtHmacKeyFormat.Builder newBuilder(JwtHmacKeyFormat prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<JwtHmacKeyFormat,JwtHmacKeyFormat.Builder>public static JwtHmacKeyFormat getDefaultInstance()
public static com.google.protobuf.Parser<JwtHmacKeyFormat> parser()