Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.Cse.Identities.Create |
Gmail.Users.Settings.Cse.Identities.create(String userId,
CseIdentity content)
Creates and configures a client-side encryption identity that's authorized to send mail from the
user account.
|
Gmail.Users.Settings.Cse.Identities.Patch |
Gmail.Users.Settings.Cse.Identities.patch(String userId,
String emailAddress,
CseIdentity content)
Associates a different key pair with an existing client-side encryption identity.
|
Constructor and Description |
---|
Create(String userId,
CseIdentity content)
Creates and configures a client-side encryption identity that's authorized to send mail from
the user account.
|
Patch(String userId,
String emailAddress,
CseIdentity content)
Associates a different key pair with an existing client-side encryption identity.
|
Modifier and Type | Method and Description |
---|---|
CseIdentity |
CseIdentity.clone() |
CseIdentity |
CseIdentity.set(String fieldName,
Object value) |
CseIdentity |
CseIdentity.setEmailAddress(String emailAddress)
The email address for the sending identity.
|
CseIdentity |
CseIdentity.setPrimaryKeyPairId(String primaryKeyPairId)
If a key pair is associated, the ID of the key pair, CseKeyPair.
|
CseIdentity |
CseIdentity.setSignAndEncryptKeyPairs(SignAndEncryptKeyPairs signAndEncryptKeyPairs)
The configuration of a CSE identity that uses different key pairs for signing and encryption.
|
Modifier and Type | Method and Description |
---|---|
List<CseIdentity> |
ListCseIdentitiesResponse.getCseIdentities()
One page of the list of CSE identities configured for the user.
|
Modifier and Type | Method and Description |
---|---|
ListCseIdentitiesResponse |
ListCseIdentitiesResponse.setCseIdentities(List<CseIdentity> cseIdentities)
One page of the list of CSE identities configured for the user.
|
Copyright © 2011–2024 Google. All rights reserved.