Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.SendAs.SmimeInfo.Insert |
Gmail.Users.Settings.SendAs.SmimeInfo.insert(String userId,
String sendAsEmail,
SmimeInfo content)
Insert (upload) the given S/MIME config for the specified send-as alias.
|
Constructor and Description |
---|
Insert(String userId,
String sendAsEmail,
SmimeInfo content)
Insert (upload) the given S/MIME config for the specified send-as alias.
|
Modifier and Type | Method and Description |
---|---|
SmimeInfo |
SmimeInfo.clone() |
SmimeInfo |
SmimeInfo.encodePkcs12(byte[] pkcs12)
PKCS#12 format containing a single private/public key pair and certificate chain.
|
SmimeInfo |
SmimeInfo.set(String fieldName,
Object value) |
SmimeInfo |
SmimeInfo.setEncryptedKeyPassword(String encryptedKeyPassword)
Encrypted key password, when key is encrypted.
|
SmimeInfo |
SmimeInfo.setExpiration(Long expiration)
When the certificate expires (in milliseconds since epoch).
|
SmimeInfo |
SmimeInfo.setId(String id)
The immutable ID for the SmimeInfo.
|
SmimeInfo |
SmimeInfo.setIsDefault(Boolean isDefault)
Whether this SmimeInfo is the default one for this user's send-as address.
|
SmimeInfo |
SmimeInfo.setIssuerCn(String issuerCn)
The S/MIME certificate issuer's common name.
|
SmimeInfo |
SmimeInfo.setPem(String pem)
PEM formatted X509 concatenated certificate string (standard base64 encoding).
|
SmimeInfo |
SmimeInfo.setPkcs12(String pkcs12)
PKCS#12 format containing a single private/public key pair and certificate chain.
|
Modifier and Type | Method and Description |
---|---|
List<SmimeInfo> |
ListSmimeInfoResponse.getSmimeInfo()
List of SmimeInfo.
|
Modifier and Type | Method and Description |
---|---|
ListSmimeInfoResponse |
ListSmimeInfoResponse.setSmimeInfo(List<SmimeInfo> smimeInfo)
List of SmimeInfo.
|
Copyright © 2011–2024 Google. All rights reserved.