Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crypto-secret
v0.2.0
Top Level Namespace
Crypto
Secret
Bidet
ClassMethods
Error
InvalidStateTransition
KeyWiped
OutOfMemory
Key
Large
Not
State
Stateful
Stateless
Slice
Built with Crystal 1.9.2
2023-10-08 13:19:34 UTC
enum
Crypto::Secret::State
Defined in:
crypto-secret/secret.cr
Enum Members
Cloning
=
0
Wiped
=
1
Noaccess
=
2
Readonly
=
3
Readwrite
=
4
Instance Method Summary
#cloning?
#noaccess?
#readonly?
#readwrite?
#wiped?
Instance Method Detail
def
cloning?
#
[
View source
]
def
noaccess?
#
[
View source
]
def
readonly?
#
[
View source
]
def
readwrite?
#
[
View source
]
def
wiped?
#
[
View source
]