|
Class Summary |
| CreateSecret |
Provides the functionality for creating a Secret. |
| CreateSecretStoreInstance |
Provides functionality for creating a new SecretStoreInstance object. |
| EnumerateSecrets |
Enumerates the Secrets present in the SecretStore. |
| GetSecretInstance |
Constructs a SecretInstance or SharedSecretInstance object depending on the
secretID specified. |
| GetServiceInfo |
Retrieves SecretStore and service related information like version, crypto strength, number
of Secrets, number of locked secrets etc. |
| ModifyMasterPassword |
Provides functionality for setting and changing the master password for the SecretStore. |
| ReadSecret |
Provides the functionality for reading an existing Secret. |
| RemoveSecret |
Removes a Secret from the SecretStore. |
| RemoveSecretStore |
Deletes the SecretStore. |
| RepairSecretStore |
Repairs target object’s damaged SecretStore. |
| SecretBean |
Serves as the base class
for all the command beans which operate on Secrets. |
| SecretInstance |
Represents a Secret in the SecretStore. |
| SecretStoreBean |
Serves as the base class for all the command beans which operate on a SecretStore. |
| SecretStoreInstance |
Represents a user SecretStore. |
| SharedSecretInstance |
Represents a SharedSecret in the SecretStore. |
| SharedValue |
Represents the value of a SharedSecret object. |
| SSFlags |
Convenience obeject provided for easy handling of flags for performing operations
on the SecretStore. |
| SyncSecret |
Synchronizes the two Secrets in the SecretStore. |
| SyncSecretStore |
Synchronizes Secrets of two SecretStores. |
| UnlockSecretStore |
Unlocks a locked SecretStore. |
| UpdateSecret |
Updates the target Secret with the source Secret. |
| UpdateSecretStore |
Updates the target SecretStore with the source SecretStore. |