Package | Description |
---|---|
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
SignAndEncryptKeyPairs |
SignAndEncryptKeyPairs.clone() |
SignAndEncryptKeyPairs |
CseIdentity.getSignAndEncryptKeyPairs()
The configuration of a CSE identity that uses different key pairs for signing and encryption.
|
SignAndEncryptKeyPairs |
SignAndEncryptKeyPairs.set(String fieldName,
Object value) |
SignAndEncryptKeyPairs |
SignAndEncryptKeyPairs.setEncryptionKeyPairId(String encryptionKeyPairId)
The ID of the CseKeyPair that encrypts signed outgoing mail.
|
SignAndEncryptKeyPairs |
SignAndEncryptKeyPairs.setSigningKeyPairId(String signingKeyPairId)
The ID of the CseKeyPair that signs outgoing mail.
|
Modifier and Type | Method and Description |
---|---|
CseIdentity |
CseIdentity.setSignAndEncryptKeyPairs(SignAndEncryptKeyPairs signAndEncryptKeyPairs)
The configuration of a CSE identity that uses different key pairs for signing and encryption.
|
Copyright © 2011–2024 Google. All rights reserved.