cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.materials
Package-level
declarations
Functions
Functions
unwrap
Pem
Link copied to clipboard
fun
unwrapPem
(
label
:
PemLabel
,
key
:
ByteArray
)
:
ByteArray
unwrap
Private
Key
Info
Link copied to clipboard
fun
unwrapPrivateKeyInfo
(
algorithm
:
ObjectIdentifier
,
key
:
ByteArray
)
:
ByteArray
unwrap
Subject
Public
Key
Info
Link copied to clipboard
fun
unwrapSubjectPublicKeyInfo
(
algorithm
:
ObjectIdentifier
,
key
:
ByteArray
)
:
ByteArray
wrap
Pem
Link copied to clipboard
fun
wrapPem
(
label
:
PemLabel
,
key
:
ByteArray
)
:
ByteArray
wrap
Private
Key
Info
Link copied to clipboard
fun
wrapPrivateKeyInfo
(
version
:
Int
,
identifier
:
KeyAlgorithmIdentifier
,
key
:
ByteArray
)
:
ByteArray
wrap
Subject
Public
Key
Info
Link copied to clipboard
fun
wrapSubjectPublicKeyInfo
(
identifier
:
KeyAlgorithmIdentifier
,
key
:
ByteArray
)
:
ByteArray