Class Jwt (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public final class Jwt extends GeneratedMessageV3 implements JwtOrBuilder

Protobuf type grafeas.v1.Jwt

Implements

JwtOrBuilder

Static Fields

COMPACT_JWT_FIELD_NUMBER

public static final int COMPACT_JWT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Jwt getDefaultInstance()
Returns
TypeDescription
Jwt

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Jwt.Builder newBuilder()
Returns
TypeDescription
Jwt.Builder

newBuilder(Jwt prototype)

public static Jwt.Builder newBuilder(Jwt prototype)
Parameter
NameDescription
prototypeJwt
Returns
TypeDescription
Jwt.Builder

parseDelimitedFrom(InputStream input)

public static Jwt parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Jwt
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Jwt parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Jwt
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Jwt parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Jwt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Jwt parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Jwt
Exceptions