Builder
Specifies cipher information in a given context.
Content copied to clipboard
elide.crypto.CipherInfo
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a custom cipher.
Content copied to clipboard
string custom = 2;
Link copied to clipboard
Link copied to clipboard
IV for encryption/decryption of this value.
Content copied to clipboard
bytes iv = 4;
Link copied to clipboard
Key ID in use for this value; expected to be accessible to the receiving application.
Content copied to clipboard
string kid = 3;
Link copied to clipboard
Specifies a known cipher.
Content copied to clipboard
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a custom cipher.
Content copied to clipboard
string custom = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Key ID in use for this value; expected to be accessible to the receiving application.
Content copied to clipboard
string kid = 3;
Link copied to clipboard
Specifies a known cipher.
Content copied to clipboard
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
Specifies a known cipher.
Content copied to clipboard
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CipherInfo.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a custom cipher.
Content copied to clipboard
string custom = 2;
Link copied to clipboard
Specifies a custom cipher.
Content copied to clipboard
string custom = 2;
Link copied to clipboard
IV for encryption/decryption of this value.
Content copied to clipboard
bytes iv = 4;
Link copied to clipboard
Key ID in use for this value; expected to be accessible to the receiving application.
Content copied to clipboard
string kid = 3;
Link copied to clipboard
Key ID in use for this value; expected to be accessible to the receiving application.
Content copied to clipboard
string kid = 3;
Link copied to clipboard
Specifies a known cipher.
Content copied to clipboard
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
Specifies a known cipher.
Content copied to clipboard
.elide.crypto.KnownCipher known = 1;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard