@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockJSONOperationMANAGE_CERTIFICATE
Interface BlockJSONOperationMANAGE_CERTIFICATE
X.509 Certificate operations
interface
BlockJSONOperationMANAGE_CERTIFICATE
{
certificateOrHash
:
|
string
|
Buffer
|
ArrayBuffer
|
Certificate
|
CertificateHash
|
{
$hash
:
CertificateHashString
;
issuer
:
string
;
issuerDN
:
{
name
:
string
;
value
:
string
}
[]
;
notAfter
:
string
;
notBefore
:
string
;
serial
:
string
;
subject
:
string
;
subjectDN
:
{
name
:
string
;
value
:
string
}
[]
;
subjectPublicKey
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
}
&
{
$binary
?:
string
;
$chain
?:
undefined
;
baseExtensions
?:
{}
&
{
authorityKeyIdentifier
?:
{
contains
:
string
;
type
:
"context"
;
value
:
0
;
}
&
{}
;
basicConstraints
?:
[
ca
:
boolean
,
pathLenConstraint
?:
null
|
string
]
;
keyUsage
?:
KeyUsage
;
subjectKeyIdentifier
?:
string
;
}
;
}
;
intermediateCertificates
?:
|
null
|
string
|
CertificateBundle
|
{
certificates
:
string
[]
}
;
method
:
ADD
|
SUBTRACT
;
type
:
MANAGE_CERTIFICATE
;
}
Hierarchy (
View Summary
)
BlockJSONOperation
BlockJSONOperationMANAGE_CERTIFICATE
Implemented by
BlockOperationMANAGE_CERTIFICATE
Index
Properties
P
certificate
Or
Hash
P
intermediate
Certificates?
P
method
P
type
Properties
certificate
Or
Hash
certificateOrHash
:
|
string
|
Buffer
|
ArrayBuffer
|
Certificate
|
CertificateHash
|
{
$hash
:
CertificateHashString
;
issuer
:
string
;
issuerDN
:
{
name
:
string
;
value
:
string
}
[]
;
notAfter
:
string
;
notBefore
:
string
;
serial
:
string
;
subject
:
string
;
subjectDN
:
{
name
:
string
;
value
:
string
}
[]
;
subjectPublicKey
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
}
&
{
$binary
?:
string
;
$chain
?:
undefined
;
baseExtensions
?:
{}
&
{
authorityKeyIdentifier
?:
{
contains
:
string
;
type
:
"context"
;
value
:
0
;
}
&
{}
;
basicConstraints
?:
[
ca
:
boolean
,
pathLenConstraint
?:
null
|
string
]
;
keyUsage
?:
KeyUsage
;
subjectKeyIdentifier
?:
string
;
}
;
}
Optional
intermediate
Certificates
intermediateCertificates
?:
|
null
|
string
|
CertificateBundle
|
{
certificates
:
string
[]
}
method
method
:
ADD
|
SUBTRACT
type
type
:
MANAGE_CERTIFICATE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
certificate
Or
Hash
P
intermediate
Certificates
P
method
P
type
@keetanetwork/keetanet-client
Loading...
X.509 Certificate operations