@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
CertificateBundle
Class CertificateBundle
Index
Constructors
C
constructor
Properties
P
is
Instance
Accessors
A
bundle
Size
Methods
M
get
Certificates
M
get
DER
M
get
DER
Buffer
M
to
JSON
Constructors
constructor
new
CertificateBundle
(
input
:
|
string
|
Buffer
|
ArrayBuffer
|
Set
<
Certificate
>
|
Certificate
[]
|
CertificateBundle
|
(
string
|
Buffer
|
ArrayBuffer
|
Certificate
)
[]
,
)
:
CertificateBundle
Parameters
input
:
|
string
|
Buffer
|
ArrayBuffer
|
Set
<
Certificate
>
|
Certificate
[]
|
CertificateBundle
|
(
string
|
Buffer
|
ArrayBuffer
|
Certificate
)
[]
Returns
CertificateBundle
Properties
Static
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
)
=>
obj
is
CertificateBundle
= ...
Accessors
bundle
Size
get
bundleSize
()
:
number
Returns
number
Methods
get
Certificates
getCertificates
()
:
Certificate
[]
Returns
Certificate
[]
get
DER
getDER
()
:
ArrayBuffer
Returns
ArrayBuffer
get
DER
Buffer
getDERBuffer
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
certificates
:
string
[]
}
Returns
{
certificates
:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
is
Instance
Accessors
A
bundle
Size
Methods
M
get
Certificates
M
get
DER
M
get
DER
Buffer
M
to
JSON
@keetanetwork/keetanet-client
Loading...