All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gmail.model.SignAndEncryptKeyPairs.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240520-2.0.0
Show newest version






SignAndEncryptKeyPairs (Gmail API v1-rev20230925-2.0.0)












com.google.api.services.gmail.model

Class SignAndEncryptKeyPairs

    • Constructor Detail

      • SignAndEncryptKeyPairs

        public SignAndEncryptKeyPairs()
    • Method Detail

      • getEncryptionKeyPairId

        public String getEncryptionKeyPairId()
        The ID of the CseKeyPair that encrypts signed outgoing mail.
        Returns:
        value or null for none
      • setEncryptionKeyPairId

        public SignAndEncryptKeyPairs setEncryptionKeyPairId(String encryptionKeyPairId)
        The ID of the CseKeyPair that encrypts signed outgoing mail.
        Parameters:
        encryptionKeyPairId - encryptionKeyPairId or null for none
      • getSigningKeyPairId

        public String getSigningKeyPairId()
        The ID of the CseKeyPair that signs outgoing mail.
        Returns:
        value or null for none
      • setSigningKeyPairId

        public SignAndEncryptKeyPairs setSigningKeyPairId(String signingKeyPairId)
        The ID of the CseKeyPair that signs outgoing mail.
        Parameters:
        signingKeyPairId - signingKeyPairId or null for none
      • clone

        public SignAndEncryptKeyPairs clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy