Packages

class VaultServiceBlockingStub extends AbstractStub[VaultServiceBlockingStub] with VaultServiceBlockingClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VaultServiceBlockingStub
  2. VaultServiceBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VaultServiceBlockingStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(channel: Channel, options: CallOptions): VaultServiceBlockingStub
    Definition Classes
    VaultServiceBlockingStub → AbstractStub
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def deleteKeyPair(request: DeleteKeyPairRequest): DeleteKeyPairResponse
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def exportKeyPair(request: ExportKeyPairRequest): ExportKeyPairResponse
  11. def generateEncryptionKey(request: GenerateEncryptionKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  12. def generateSigningKey(request: GenerateSigningKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  13. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  14. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getWrapperKeyId(request: GetWrapperKeyIdRequest): GetWrapperKeyIdResponse
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def importKeyPair(request: ImportKeyPairRequest): ImportKeyPairResponse
  19. def importPublicKey(request: ImportPublicKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def listMyKeys(request: ListKeysRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  22. def listPublicKeys(request: ListKeysRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def registerKmsEncryptionKey(request: RegisterKmsEncryptionKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  27. def registerKmsSigningKey(request: RegisterKmsSigningKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  28. def rotateWrapperKey(request: RotateWrapperKeyRequest): 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
    VaultServiceBlockingStubVaultServiceBlockingClient
  29. def serviceCompanion: ServiceCompanion[VaultService]
    Definition Classes
    VaultServiceBlockingClient
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def withCallCredentials(arg0: CallCredentials): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  36. final def withCompression(arg0: String): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  37. final def withDeadline(arg0: Deadline): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  38. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  39. final def withExecutor(arg0: Executor): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  40. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  41. final def withMaxInboundMessageSize(arg0: Int): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  42. final def withMaxOutboundMessageSize(arg0: Int): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  43. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
  44. final def withWaitForReady(): VaultServiceBlockingStub
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  2. final def withChannel(arg0: Channel): VaultServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped