Class PrivateCertificateCryptoProvider
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PrivateCertificateCryptoProvider
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateCryptoProviderHPCS
public class PrivateCertificateCryptoProvider extends com.ibm.cloud.sdk.core.service.model.GenericModelThe data that is associated with a cryptographic provider. Classes which extend this class: - PrivateCertificateCryptoProviderHPCS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateCertificateCryptoProvider.TypeThe type of cryptographic provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinstanceCrn()Gets the instanceCrn.StringpinIamCredentialsSecretId()Gets the pinIamCredentialsSecretId.StringprivateKeystoreId()Gets the privateKeystoreId.Stringtype()Gets the type.
-
-
-
Method Detail
-
type
public String type()
Gets the type. The type of cryptographic provider.- Returns:
- the type
-
instanceCrn
public String instanceCrn()
Gets the instanceCrn. The HPCS instance CRN.- Returns:
- the instanceCrn
-
pinIamCredentialsSecretId
public String pinIamCredentialsSecretId()
Gets the pinIamCredentialsSecretId. The secret Id of iam credentials with api key to access HPCS instance.- Returns:
- the pinIamCredentialsSecretId
-
privateKeystoreId
public String privateKeystoreId()
Gets the privateKeystoreId. The HPCS private key store space id.- Returns:
- the privateKeystoreId
-
-