Skip to main content

@bloock/sdk / ManagedCertificateParams

Class: ManagedCertificateParams

Represents parameters for creating a managed certificate.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ManagedCertificateParams(keyType, subject, expiration): ManagedCertificateParams

Constructs a ManagedCertificateParams object with the specified parameters.

Parameters

NameType
keyTypeKeyType
subjectSubjectCertificateParams
expirationnumber

Returns

ManagedCertificateParams

Defined in

entity/key/managed_certificate_params.ts:28

Properties

expiration

expiration: number

Is the number of months until the certificate expiration.

Defined in

entity/key/managed_certificate_params.ts:20


keyType

keyType: KeyType

Is the type of the key.

Defined in

entity/key/managed_certificate_params.ts:12


subject

subject: SubjectCertificateParams

Represents the subject details of the certificate.

Defined in

entity/key/managed_certificate_params.ts:16

Methods

toProto

toProto(): ManagedCertificateParams

Returns

ManagedCertificateParams

Defined in

entity/key/managed_certificate_params.ts:38