Sha256: 7ca6e9a1e42845005f2acd991db55d08bd78dda0fa21c7ca8c61725c56bfcc04
Contents?: true
Size: 815 Bytes
Versions: 6
Compression:
Stored size: 815 Bytes
Contents
# SwaggerAemClient::KeystoreItems ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_alias** | **String** | Keystore alias name | [optional] **entry_type** | **String** | e.g. \"privateKey\" | [optional] **algorithm** | **String** | e.g. \"RSA\" | [optional] **format** | **String** | e.g. \"PKCS#8\" | [optional] **chain** | [**Array<KeystoreChainItems>**](KeystoreChainItems.md) | | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::KeystoreItems.new(_alias: null, entry_type: null, algorithm: null, format: null, chain: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems