public interface KeyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKeyIdentifier()
Identifier of the key inside the default keystore; this for
the case of Software BCCSP as well as the HSM BCCSP would be
the SKI of the key
|
com.google.protobuf.ByteString |
getKeyIdentifierBytes()
Identifier of the key inside the default keystore; this for
the case of Software BCCSP as well as the HSM BCCSP would be
the SKI of the key
|
com.google.protobuf.ByteString |
getKeyMaterial()
KeyMaterial (optional) for the key to be imported; this is
properly encoded key bytes, prefixed by the type of the key
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getKeyIdentifier()
Identifier of the key inside the default keystore; this for the case of Software BCCSP as well as the HSM BCCSP would be the SKI of the key
string key_identifier = 1 [json_name = "keyIdentifier"];
com.google.protobuf.ByteString getKeyIdentifierBytes()
Identifier of the key inside the default keystore; this for the case of Software BCCSP as well as the HSM BCCSP would be the SKI of the key
string key_identifier = 1 [json_name = "keyIdentifier"];
com.google.protobuf.ByteString getKeyMaterial()
KeyMaterial (optional) for the key to be imported; this is properly encoded key bytes, prefixed by the type of the key
bytes key_material = 2 [json_name = "keyMaterial"];
Copyright © 2022. All rights reserved.