Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cherry
v0.1.3
MITM
Cache
Client
Context
ExtKeyUsage
KeyUsage
Server
OpenSSL
ASN1
Integer
Time
MemBIO
NID
PKey
DSA
KeyType
RSA
Built with Crystal 1.9.2
2023-10-07 22:05:37 UTC
enum
OpenSSL::PKey::KeyType
Defined in:
cherry/openssl/pkey/pkey.cr
Enum Members
All
=
0
PrivateKey
=
1
PublicKey
=
2
Instance Method Summary
#all?
#private_key?
#public_key?
Instance Method Detail
def
all?
#
[
View source
]
def
private_key?
#
[
View source
]
def
public_key?
#
[
View source
]