Examples
Secure hash algorithms
HMAC
ECDSA
Generate random values
API reference
@oslojs/crypto/ecdsa
@oslojs/crypto/hash
@oslojs/crypto/hmac
@oslojs/crypto/random
@oslojs/crypto/rsa
@oslojs/crypto/sha1
@oslojs/crypto/sha2
@oslojs/crypto/sha3
@oslojs/crypto/subtle
Links
GitHub
Oslo
Twitter
Donate
RSAPublicKey.encodePKCS1()
ASN.1 DER encodes the public key as specified in
RFC 8017
.
Definition
function
encodePKCS1
()
:
Uint8Array
;