class documentation

class AsymmetricCryptoServiceServicer(object): (source)

View In Hierarchy

Data plane for KMS asymmetric cryptography operations.

Method Decrypt Decrypts the ciphertext with the specified key.
Method GetPublicKey Retrieves the public key of an asymmetric key pair.
Method SignHash Signs a hashed value using an asymmetric key.
def Decrypt(self, request, context): (source)

Decrypts the ciphertext with the specified key.

def GetPublicKey(self, request, context): (source)

Retrieves the public key of an asymmetric key pair.

def SignHash(self, request, context): (source)

Signs a hashed value using an asymmetric key.