com.digitalasset.canton.crypto.admin.v0.VaultServiceGrpc
VaultServiceStub
Companion object VaultServiceStub
class VaultServiceStub extends AbstractStub[VaultServiceStub] with VaultService
- Alphabetic
- By Inheritance
- VaultServiceStub
- VaultService
- AbstractService
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new VaultServiceStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(channel: Channel, options: CallOptions): VaultServiceStub
- Definition Classes
- VaultServiceStub → AbstractStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def deleteKeyPair(request: DeleteKeyPairRequest): Future[DeleteKeyPairResponse]
- Definition Classes
- VaultServiceStub → VaultService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exportKeyPair(request: ExportKeyPairRequest): Future[ExportKeyPairResponse]
- Definition Classes
- VaultServiceStub → VaultService
- def generateEncryptionKey(request: GenerateEncryptionKeyRequest): Future[GenerateEncryptionKeyResponse]
* Generates a new public / private key pair for hybrid encryption.
* Generates a new public / private key pair for hybrid encryption.
Stores the private key in the vault, and returns the public key
- Definition Classes
- VaultServiceStub → VaultService
- def generateSigningKey(request: GenerateSigningKeyRequest): Future[GenerateSigningKeyResponse]
* Generates a new public / private key pair for signing.
* Generates a new public / private key pair for signing.
Stores the private key in the vault, and returns the public key
- Definition Classes
- VaultServiceStub → VaultService
- final def getCallOptions(): CallOptions
- Definition Classes
- AbstractStub
- final def getChannel(): Channel
- Definition Classes
- AbstractStub
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getWrapperKeyId(request: GetWrapperKeyIdRequest): Future[GetWrapperKeyIdResponse]
- Definition Classes
- VaultServiceStub → VaultService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def importKeyPair(request: ImportKeyPairRequest): Future[ImportKeyPairResponse]
- Definition Classes
- VaultServiceStub → VaultService
- def importPublicKey(request: ImportPublicKeyRequest): Future[ImportPublicKeyResponse]
* Import a public key into the registry in order to provide that Fingerprint -> PublicKey lookups
* Import a public key into the registry in order to provide that Fingerprint -> PublicKey lookups
@param: ImportPublicKeyRequest serialized public key to be imported @return: fingerprint and serialized public key of imported public key
- Definition Classes
- VaultServiceStub → VaultService
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listMyKeys(request: ListKeysRequest): Future[ListMyKeysResponse]
* List public keys according to request filter for which we have a private key in our key vault.
* List public keys according to request filter for which we have a private key in our key vault.
The request includes a filter for fingerprints which can be used for lookups.
@param ListMyKeysRequest: request with optional fingerprint filter @return: all serialized keys and metadata that have the fingerprint filter as a substring in their fingerprint
- Definition Classes
- VaultServiceStub → VaultService
- def listPublicKeys(request: ListKeysRequest): Future[ListKeysResponse]
* Lists all public keys matching the supplied filter which are internally cached
* Lists all public keys matching the supplied filter which are internally cached
Any public key returned here can be referenced in topology transaction building by fingerprint.
- Definition Classes
- VaultServiceStub → VaultService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def registerKmsEncryptionKey(request: RegisterKmsEncryptionKeyRequest): Future[RegisterKmsEncryptionKeyResponse]
* Registers a KMS key for asymmetric/hybrid encryption.
* Registers a KMS key for asymmetric/hybrid encryption.
Stores the corresponding public key in the vault, and returns it
- Definition Classes
- VaultServiceStub → VaultService
- def registerKmsSigningKey(request: RegisterKmsSigningKeyRequest): Future[RegisterKmsSigningKeyResponse]
* Registers a KMS key for signing.
* Registers a KMS key for signing.
Stores the corresponding public key in the vault, and returns it
- Definition Classes
- VaultServiceStub → VaultService
- def rotateWrapperKey(request: RotateWrapperKeyRequest): Future[Empty]
* Changes the wrapper key that is used to encrypt private keys when stored
* Changes the wrapper key that is used to encrypt private keys when stored
- Definition Classes
- VaultServiceStub → VaultService
- def serviceCompanion: ServiceCompanion[VaultService]
- Definition Classes
- VaultService → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def withCallCredentials(arg0: CallCredentials): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): VaultServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): VaultServiceStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): VaultServiceStub
- Definition Classes
- AbstractStub
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated
- final def withChannel(arg0: Channel): VaultServiceStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated @Deprecated
- Deprecated