Package io.github.astrapi69.crypt.api.key
package io.github.astrapi69.crypt.api.key
This package provides enum classes for key file formats, sizes and types
-
Enum ClassesClassDescriptionThe enum
KeyFileFormat
as the name already implicates it provides the file formats of the key and the possible file extensionsThe enumKeyFormat
represents the key format of the private keysThe enumKeySize
hold the bit size for private keys.The enumKeyStringEntry
holds prefixes for PEM value entriesThe enumKeyType
can discriminate the type, if it is a private or public key or a certificate.The enumPemType
holds the type names of PEM value entries