@cto.af/ca - v0.0.2
Preparing search index...
KeyCert
Class KeyCert
Index
Constructors
constructor
Properties
ca
cert
issuer
key
name
not
After
not
Before
serial
subject
Methods
read
delete
write
Constructors
constructor
new
KeyCert
(
name
:
string
,
key
:
string
|
AnyKey
,
cert
:
string
|
Certificate
,
ca
?:
KeyCert
,
)
:
KeyCert
Parameters
name
:
string
key
:
string
|
AnyKey
cert
:
string
|
Certificate
Optional
ca
:
KeyCert
Returns
KeyCert
Properties
Readonly
ca
ca
:
undefined
|
KeyCert
Readonly
cert
cert
:
string
Readonly
issuer
issuer
:
string
Readonly
key
key
:
string
Readonly
name
name
:
string
Readonly
not
After
notAfter
:
Date
Readonly
not
Before
notBefore
:
Date
Readonly
serial
serial
:
string
Readonly
subject
subject
:
string
Methods
Static
read
read
(
opts
:
Required
,
name
:
string
)
:
Promise
<
null
|
KeyCert
>
Parameters
opts
:
Required
name
:
string
Returns
Promise
<
null
|
KeyCert
>
delete
delete
(
opts
:
Required
)
:
Promise
<
void
>
Parameters
opts
:
Required
Returns
Promise
<
void
>
write
write
(
opts
:
Required
)
:
Promise
<
void
>
Parameters
opts
:
Required
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ca
cert
issuer
key
name
not
After
not
Before
serial
subject
Methods
read
delete
write
GitHub
Documentation
@cto.af/ca - v0.0.2
Loading...