CipherInfoOrBuilder

interface CipherInfoOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
Link copied to clipboard
abstract fun getCustom(): String
Specifies a custom cipher.
string custom = 2;
Link copied to clipboard
abstract fun getCustomBytes(): ByteString
Specifies a custom cipher.
string custom = 2;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getIv(): ByteString
IV for encryption/decryption of this value.
bytes iv = 4;
Link copied to clipboard
abstract fun getKid(): String
Key ID in use for this value; expected to be accessible to the receiving application.
string kid = 3;
Link copied to clipboard
abstract fun getKidBytes(): ByteString
Key ID in use for this value; expected to be accessible to the receiving application.
string kid = 3;
Link copied to clipboard
abstract fun getKnown(): KnownCipher
Specifies a known cipher.
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
abstract fun getKnownValue(): Int
Specifies a known cipher.
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasCustom(): Boolean
Specifies a custom cipher.
string custom = 2;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasKnown(): Boolean
Specifies a known cipher.
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean