public static final class EncryptedKeyset.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<EncryptedKeyset,EncryptedKeyset.Builder> implements EncryptedKeysetOrBuilder
Represents a keyset that is encrypted with a master key.Protobuf type
google.crypto.tink.EncryptedKeyset| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset.Builder |
clearEncryptedKeyset()
Required.
|
EncryptedKeyset.Builder |
clearKeysetInfo()
Optional.
|
com.google.protobuf.ByteString |
getEncryptedKeyset()
Required.
|
KeysetInfo |
getKeysetInfo()
Optional.
|
boolean |
hasKeysetInfo()
Optional.
|
EncryptedKeyset.Builder |
mergeKeysetInfo(KeysetInfo value)
Optional.
|
EncryptedKeyset.Builder |
setEncryptedKeyset(com.google.protobuf.ByteString value)
Required.
|
EncryptedKeyset.Builder |
setKeysetInfo(KeysetInfo.Builder builderForValue)
Optional.
|
EncryptedKeyset.Builder |
setKeysetInfo(KeysetInfo value)
Optional.
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic com.google.protobuf.ByteString getEncryptedKeyset()
Required.
bytes encrypted_keyset = 2;getEncryptedKeyset in interface EncryptedKeysetOrBuilderpublic EncryptedKeyset.Builder setEncryptedKeyset(com.google.protobuf.ByteString value)
Required.
bytes encrypted_keyset = 2;value - The encryptedKeyset to set.public EncryptedKeyset.Builder clearEncryptedKeyset()
Required.
bytes encrypted_keyset = 2;public boolean hasKeysetInfo()
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;hasKeysetInfo in interface EncryptedKeysetOrBuilderpublic KeysetInfo getKeysetInfo()
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;getKeysetInfo in interface EncryptedKeysetOrBuilderpublic EncryptedKeyset.Builder setKeysetInfo(KeysetInfo value)
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;public EncryptedKeyset.Builder setKeysetInfo(KeysetInfo.Builder builderForValue)
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;public EncryptedKeyset.Builder mergeKeysetInfo(KeysetInfo value)
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;public EncryptedKeyset.Builder clearKeysetInfo()
Optional.
.google.crypto.tink.KeysetInfo keyset_info = 3;