SecretStore Vault Type
Vault Type describe the data in the SecretStore.
|
VaultType |
Description |
|---|---|
|
0 |
None |
|
1 |
PrivateKey (obsolete, use Vault Type 256, PKCS#8) |
|
2 |
Certificate |
|
4 |
PKCS12 |
|
8 |
SymmetricKey |
|
16 |
State (Obsolete) |
|
32 |
Password |
|
64 |
CSR (obsolete, use Vault Type 512, PKCS#10) |
|
128 |
Blob |
|
256 |
PKCS8 |
|
512 |
PKCS10 |
|
1024 |
File |
|
2048 |
RSAPublicKey (obsolete, use Vault Type 4096, Public Key) |
|
4096 |
PublicKey |
|
8192 |
Access Grant Deprecated |
|
16384 |
SshCertificate for an OpenSSH certificate |
|
1073758208 |
Archived Ssh Certificate |
|
1073741824 |
Archived. Overlay to indicate archived entries |
|
1073741826 |
Archived Certificate. The stored data is a certificate. |
|
1073741828 |
Archived PKCS12 blob |
|
1073741832 |
Archived SymmetricKey |
|
1073741840 |
Archived State is an Assembly State Blob |
|
1073741856 |
Archived Password |
|
1073741952 |
Archived Blob is a Generic Blob |
|
1073742080 |
Archived, DER formated PKCS8 (Private Key) |
|
1073742336 |
Archived, DER formatted PKCS10 (CSR) |
|
1073742848 |
Archived file |
|
1073743872 |
Archived RSA public key |
|
1073745920 |
Archived Public Key |