| 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(java.lang.String userId,
java.lang.String sendAsEmail,
SmimeInfo content)
Insert (upload) the given S/MIME config for the specified send-as alias.
|
| Constructor and Description |
|---|
Insert(java.lang.String userId,
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
SmimeInfo |
SmimeInfo.setEncryptedKeyPassword(java.lang.String encryptedKeyPassword)
Encrypted key password, when key is encrypted.
|
SmimeInfo |
SmimeInfo.setExpiration(java.lang.Long expiration)
When the certificate expires (in milliseconds since epoch).
|
SmimeInfo |
SmimeInfo.setId(java.lang.String id)
The immutable ID for the SmimeInfo.
|
SmimeInfo |
SmimeInfo.setIsDefault(java.lang.Boolean isDefault)
Whether this SmimeInfo is the default one for this user's send-as address.
|
SmimeInfo |
SmimeInfo.setIssuerCn(java.lang.String issuerCn)
The S/MIME certificate issuer's common name.
|
SmimeInfo |
SmimeInfo.setPem(java.lang.String pem)
PEM formatted X509 concatenated certificate string (standard base64 encoding).
|
SmimeInfo |
SmimeInfo.setPkcs12(java.lang.String pkcs12)
PKCS#12 format containing a single private/public key pair and certificate chain.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmimeInfo> |
ListSmimeInfoResponse.getSmimeInfo()
List of SmimeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ListSmimeInfoResponse |
ListSmimeInfoResponse.setSmimeInfo(java.util.List<SmimeInfo> smimeInfo)
List of SmimeInfo.
|