class documentation

class SymmetricCryptoServiceStub(object): (source)

Constructor: SymmetricCryptoServiceStub(channel)

View In Hierarchy

--- Data plane for KMS symmetric cryptography operations

Set of methods that perform symmetric encryption and decryption.

Method __init__ Constructor.
Instance Variable Decrypt Undocumented
Instance Variable Encrypt Undocumented
Instance Variable GenerateDataKey Undocumented
def __init__(self, channel): (source)

Constructor.

Args:
channel: A grpc.Channel.

Undocumented

Undocumented

GenerateDataKey = (source)

Undocumented