Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.Cse.Keypairs.Create |
Gmail.Users.Settings.Cse.Keypairs.create(String userId,
CseKeyPair content)
Creates and uploads a client-side encryption S/MIME public key certificate chain and private key
metadata for the authenticated user.
|
Constructor and Description |
---|
Create(String userId,
CseKeyPair content)
Creates and uploads a client-side encryption S/MIME public key certificate chain and private
key metadata for the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
CseKeyPair |
CseKeyPair.clone() |
CseKeyPair |
CseKeyPair.set(String fieldName,
Object value) |
CseKeyPair |
CseKeyPair.setDisableTime(String disableTime)
Output only.
|
CseKeyPair |
CseKeyPair.setEnablementState(String enablementState)
Output only.
|
CseKeyPair |
CseKeyPair.setKeyPairId(String keyPairId)
Output only.
|
CseKeyPair |
CseKeyPair.setPem(String pem)
Output only.
|
CseKeyPair |
CseKeyPair.setPkcs7(String pkcs7)
Input only.
|
CseKeyPair |
CseKeyPair.setPrivateKeyMetadata(List<CsePrivateKeyMetadata> privateKeyMetadata)
Metadata for instances of this key pair's private key.
|
CseKeyPair |
CseKeyPair.setSubjectEmailAddresses(List<String> subjectEmailAddresses)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<CseKeyPair> |
ListCseKeyPairsResponse.getCseKeyPairs()
One page of the list of CSE key pairs installed for the user.
|
Modifier and Type | Method and Description |
---|---|
ListCseKeyPairsResponse |
ListCseKeyPairsResponse.setCseKeyPairs(List<CseKeyPair> cseKeyPairs)
One page of the list of CSE key pairs installed for the user.
|
Copyright © 2011–2024 Google. All rights reserved.