jar

com.microsoft : credential-secure-storage

Maven & Gradle

May 04, 2022
25 stars

Secure storage for storing credentials or tokens. · Unified platform-independent interface to store secrets in credential managers provided by OS (Windows, macOS, Linux).

Table Of Contents

Latest Version

Download com.microsoft : credential-secure-storage JAR file - Latest Versions:

All Versions

Download com.microsoft : credential-secure-storage JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window credential-secure-storage-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.credentialstorage.implementation.windows

├─ com.microsoft.credentialstorage.implementation.windows.CredAdvapi32.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.windows.CredManagerBackedCredentialStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.windows.CredManagerBackedSecureStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.windows.CredManagerBackedTokenPairStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.windows.CredManagerBackedTokenStore.class - [JAR]

com.microsoft.credentialstorage.implementation.macosx

├─ com.microsoft.credentialstorage.implementation.macosx.KeychainSecurityBackedCredentialStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.macosx.KeychainSecurityBackedTokenPairStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.macosx.KeychainSecurityBackedTokenStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.macosx.KeychainSecurityCliStore.class - [JAR]

com.microsoft.credentialstorage.implementation.posix.keyring

├─ com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringBackedCredentialStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringBackedSecureStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringBackedTokenPairStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringBackedTokenStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.keyring.GnomeKeyringLibrary.class - [JAR]

com.microsoft.credentialstorage.implementation.posix.internal

├─ com.microsoft.credentialstorage.implementation.posix.internal.GLibInitializer.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.internal.GLibLibrary.class - [JAR]

com.microsoft.credentialstorage

├─ com.microsoft.credentialstorage.SecretStore.class - [JAR]

├─ com.microsoft.credentialstorage.StorageProvider.class - [JAR]

com.microsoft.credentialstorage.implementation.posix.libsecret

├─ com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretBackedCredentialStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretBackedSecureStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretBackedTokenPairStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretBackedTokenStore.class - [JAR]

├─ com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretLibrary.class - [JAR]

com.microsoft.credentialstorage.implementation.memory

├─ com.microsoft.credentialstorage.implementation.memory.InsecureInMemoryStore.class - [JAR]

com.microsoft.credentialstorage.model

├─ com.microsoft.credentialstorage.model.ClearableValue.class - [JAR]

├─ com.microsoft.credentialstorage.model.StoredCredential.class - [JAR]

├─ com.microsoft.credentialstorage.model.StoredSecret.class - [JAR]

├─ com.microsoft.credentialstorage.model.StoredToken.class - [JAR]

├─ com.microsoft.credentialstorage.model.StoredTokenPair.class - [JAR]

├─ com.microsoft.credentialstorage.model.StoredTokenType.class - [JAR]