Uses of Class
biscuit.format.schema.Schema.PublicKey.Algorithm
-
Packages that use Schema.PublicKey.Algorithm Package Description biscuit.format.schema com.clevercloud.biscuit.crypto Cryptographic operations for Biscuit tokens -
-
Uses of Schema.PublicKey.Algorithm in biscuit.format.schema
Methods in biscuit.format.schema that return Schema.PublicKey.Algorithm Modifier and Type Method Description static Schema.PublicKey.AlgorithmSchema.PublicKey.Algorithm. forNumber(int value)Schema.PublicKey.AlgorithmSchema.PublicKey.Builder. getAlgorithm()required .biscuit.format.schema.PublicKey.Algorithm algorithm = 1;Schema.PublicKey.AlgorithmSchema.PublicKey. getAlgorithm()required .biscuit.format.schema.PublicKey.Algorithm algorithm = 1;Schema.PublicKey.AlgorithmSchema.PublicKeyOrBuilder. getAlgorithm()required .biscuit.format.schema.PublicKey.Algorithm algorithm = 1;static Schema.PublicKey.AlgorithmSchema.PublicKey.Algorithm. valueOf(int value)Deprecated.static Schema.PublicKey.AlgorithmSchema.PublicKey.Algorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.PublicKey.AlgorithmSchema.PublicKey.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.PublicKey.Algorithm[]Schema.PublicKey.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in biscuit.format.schema that return types with arguments of type Schema.PublicKey.Algorithm Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Schema.PublicKey.Algorithm>Schema.PublicKey.Algorithm. internalGetValueMap()Methods in biscuit.format.schema with parameters of type Schema.PublicKey.Algorithm Modifier and Type Method Description Schema.PublicKey.BuilderSchema.PublicKey.Builder. setAlgorithm(Schema.PublicKey.Algorithm value)required .biscuit.format.schema.PublicKey.Algorithm algorithm = 1; -
Uses of Schema.PublicKey.Algorithm in com.clevercloud.biscuit.crypto
Fields in com.clevercloud.biscuit.crypto declared as Schema.PublicKey.Algorithm Modifier and Type Field Description Schema.PublicKey.AlgorithmPublicKey. algorithmConstructors in com.clevercloud.biscuit.crypto with parameters of type Schema.PublicKey.Algorithm Constructor Description PublicKey(Schema.PublicKey.Algorithm algorithm, byte[] data)PublicKey(Schema.PublicKey.Algorithm algorithm, String hex)PublicKey(Schema.PublicKey.Algorithm algorithm, net.i2p.crypto.eddsa.EdDSAPublicKey public_key)
-