Module crypt.api
Package io.github.astrapi69.crypt.api.key
This package provides enum classes for key file formats, sizes and types
-
Enum Summary Enum Description KeyFileFormat The enumKeyFileFormat
.KeyFormat The enumKeyFormat
represents the key format of the private keysKeySize The enumKeySize
hold the bit size for private keys.KeyStringEntry The enumKeyStringEntry
holds prefixes for PEM value entriesKeyType The enumKeyType
can discriminate the type, if it is a private or public key or a certificate.PemType The enumPemType
holds the type names of PEM value entries