| Modifier and Type | Method and Description |
|---|---|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.Builder.build() |
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.Builder.buildPartial() |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.getDefaultInstance() |
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.getDefaultInstanceForType() |
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.Builder.getDefaultInstanceForType() |
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityOrBuilder.getEncryptionKey()
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentity.getEncryptionKey()
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentity.Builder.getEncryptionKey()
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityOrBuilder.getSigningKey()
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentity.getSigningKey()
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentity.Builder.getSigningKey()
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseDelimitedFrom(InputStream input) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(byte[] data) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(ByteBuffer data) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(com.google.protobuf.ByteString data) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(InputStream input) |
static ShieldedInstanceIdentityEntry |
ShieldedInstanceIdentityEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ShieldedInstanceIdentityEntry> |
ShieldedInstanceIdentityEntry.getParserForType() |
static com.google.protobuf.Parser<ShieldedInstanceIdentityEntry> |
ShieldedInstanceIdentityEntry.parser() |
| Modifier and Type | Method and Description |
|---|---|
ShieldedInstanceIdentity.Builder |
ShieldedInstanceIdentity.Builder.mergeEncryptionKey(ShieldedInstanceIdentityEntry value)
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentityEntry.Builder |
ShieldedInstanceIdentityEntry.Builder.mergeFrom(ShieldedInstanceIdentityEntry other) |
ShieldedInstanceIdentity.Builder |
ShieldedInstanceIdentity.Builder.mergeSigningKey(ShieldedInstanceIdentityEntry value)
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
static ShieldedInstanceIdentityEntry.Builder |
ShieldedInstanceIdentityEntry.newBuilder(ShieldedInstanceIdentityEntry prototype) |
ShieldedInstanceIdentity.Builder |
ShieldedInstanceIdentity.Builder.setEncryptionKey(ShieldedInstanceIdentityEntry value)
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentity.Builder |
ShieldedInstanceIdentity.Builder.setSigningKey(ShieldedInstanceIdentityEntry value)
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
|
Copyright © 2023 Google LLC. All rights reserved.