All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.EncryptedKeyset Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/tink.proto

package com.google.crypto.tink.proto;

/**
 * 
 * Represents a keyset that is encrypted with a master key.
 * 
* * Protobuf type {@code google.crypto.tink.EncryptedKeyset} */ public final class EncryptedKeyset extends com.google.protobuf.GeneratedMessageLite< EncryptedKeyset, EncryptedKeyset.Builder> implements // @@protoc_insertion_point(message_implements:google.crypto.tink.EncryptedKeyset) EncryptedKeysetOrBuilder { private EncryptedKeyset() { encryptedKeyset_ = com.google.protobuf.ByteString.EMPTY; } public static final int ENCRYPTED_KEYSET_FIELD_NUMBER = 2; private com.google.protobuf.ByteString encryptedKeyset_; /** *
   * Required.
   * 
* * bytes encrypted_keyset = 2; * @return The encryptedKeyset. */ @java.lang.Override public com.google.protobuf.ByteString getEncryptedKeyset() { return encryptedKeyset_; } /** *
   * Required.
   * 
* * bytes encrypted_keyset = 2; * @param value The encryptedKeyset to set. */ private void setEncryptedKeyset(com.google.protobuf.ByteString value) { java.lang.Class valueClass = value.getClass(); encryptedKeyset_ = value; } /** *
   * Required.
   * 
* * bytes encrypted_keyset = 2; */ private void clearEncryptedKeyset() { encryptedKeyset_ = getDefaultInstance().getEncryptedKeyset(); } public static final int KEYSET_INFO_FIELD_NUMBER = 3; private com.google.crypto.tink.proto.KeysetInfo keysetInfo_; /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ @java.lang.Override public boolean hasKeysetInfo() { return keysetInfo_ != null; } /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ @java.lang.Override public com.google.crypto.tink.proto.KeysetInfo getKeysetInfo() { return keysetInfo_ == null ? com.google.crypto.tink.proto.KeysetInfo.getDefaultInstance() : keysetInfo_; } /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ private void setKeysetInfo(com.google.crypto.tink.proto.KeysetInfo value) { value.getClass(); keysetInfo_ = value; } /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeKeysetInfo(com.google.crypto.tink.proto.KeysetInfo value) { value.getClass(); if (keysetInfo_ != null && keysetInfo_ != com.google.crypto.tink.proto.KeysetInfo.getDefaultInstance()) { keysetInfo_ = com.google.crypto.tink.proto.KeysetInfo.newBuilder(keysetInfo_).mergeFrom(value).buildPartial(); } else { keysetInfo_ = value; } } /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ private void clearKeysetInfo() { keysetInfo_ = null; } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.google.crypto.tink.proto.EncryptedKeyset parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.google.crypto.tink.proto.EncryptedKeyset parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.google.crypto.tink.proto.EncryptedKeyset parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.google.crypto.tink.proto.EncryptedKeyset prototype) { return (Builder) DEFAULT_INSTANCE.createBuilder(prototype); } /** *
   * Represents a keyset that is encrypted with a master key.
   * 
* * Protobuf type {@code google.crypto.tink.EncryptedKeyset} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.google.crypto.tink.proto.EncryptedKeyset, Builder> implements // @@protoc_insertion_point(builder_implements:google.crypto.tink.EncryptedKeyset) com.google.crypto.tink.proto.EncryptedKeysetOrBuilder { // Construct using com.google.crypto.tink.proto.EncryptedKeyset.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
     * Required.
     * 
* * bytes encrypted_keyset = 2; * @return The encryptedKeyset. */ @java.lang.Override public com.google.protobuf.ByteString getEncryptedKeyset() { return instance.getEncryptedKeyset(); } /** *
     * Required.
     * 
* * bytes encrypted_keyset = 2; * @param value The encryptedKeyset to set. * @return This builder for chaining. */ public Builder setEncryptedKeyset(com.google.protobuf.ByteString value) { copyOnWrite(); instance.setEncryptedKeyset(value); return this; } /** *
     * Required.
     * 
* * bytes encrypted_keyset = 2; * @return This builder for chaining. */ public Builder clearEncryptedKeyset() { copyOnWrite(); instance.clearEncryptedKeyset(); return this; } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ @java.lang.Override public boolean hasKeysetInfo() { return instance.hasKeysetInfo(); } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ @java.lang.Override public com.google.crypto.tink.proto.KeysetInfo getKeysetInfo() { return instance.getKeysetInfo(); } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ public Builder setKeysetInfo(com.google.crypto.tink.proto.KeysetInfo value) { copyOnWrite(); instance.setKeysetInfo(value); return this; } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ public Builder setKeysetInfo( com.google.crypto.tink.proto.KeysetInfo.Builder builderForValue) { copyOnWrite(); instance.setKeysetInfo(builderForValue.build()); return this; } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ public Builder mergeKeysetInfo(com.google.crypto.tink.proto.KeysetInfo value) { copyOnWrite(); instance.mergeKeysetInfo(value); return this; } /** *
     * Optional.
     * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ public Builder clearKeysetInfo() { copyOnWrite(); instance.clearKeysetInfo(); return this; } // @@protoc_insertion_point(builder_scope:google.crypto.tink.EncryptedKeyset) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.google.crypto.tink.proto.EncryptedKeyset(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "encryptedKeyset_", "keysetInfo_", }; java.lang.String info = "\u0000\u0002\u0000\u0000\u0002\u0003\u0002\u0000\u0000\u0000\u0002\n\u0003\t"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.google.crypto.tink.proto.EncryptedKeyset.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:google.crypto.tink.EncryptedKeyset) private static final com.google.crypto.tink.proto.EncryptedKeyset DEFAULT_INSTANCE; static { EncryptedKeyset defaultInstance = new EncryptedKeyset(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( EncryptedKeyset.class, defaultInstance); } public static com.google.crypto.tink.proto.EncryptedKeyset getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy