Uses of Interface
com.google.crypto.tink.KmsClient
-
Packages that use KmsClient Package Description com.google.crypto.tink com.google.crypto.tink.integration.android -
-
Uses of KmsClient in com.google.crypto.tink
Methods in com.google.crypto.tink that return KmsClient Modifier and Type Method Description static KmsClientKmsClients. get(java.lang.String keyUri)Returns the firstKmsClientregistered withKmsClients.add(com.google.crypto.tink.KmsClient)that supportskeyUri.static KmsClientKmsClients. getAutoLoaded(java.lang.String keyUri)Deprecated.Don't use this.KmsClientKmsClient. withCredentials(java.lang.String credentialPath)Loads the credentials incredentialPath.KmsClientKmsClient. withDefaultCredentials()Loads the default credentials.Methods in com.google.crypto.tink with parameters of type KmsClient Modifier and Type Method Description static voidKmsClients. add(KmsClient client)Adds a client to the list of knownKmsClient-objects. -
Uses of KmsClient in com.google.crypto.tink.integration.android
Classes in com.google.crypto.tink.integration.android that implement KmsClient Modifier and Type Class Description classAndroidKeystoreKmsClientAn implementation ofKmsClientfor Android Keystore.Methods in com.google.crypto.tink.integration.android that return KmsClient Modifier and Type Method Description KmsClientAndroidKeystoreKmsClient. withCredentials(java.lang.String unused)Initializes aKmsClientfor Android Keystore.KmsClientAndroidKeystoreKmsClient. withDefaultCredentials()Initializes aKmsClientfor Android Keystore.
-