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
KeyFileFormatas the name already implicates it provides the file formats of the key and the possible file extensionsThe enumKeyFormatrepresents the key format of the private keysThe enumKeySizehold the bit size for private keys.The enumKeyStringEntryholds prefixes for PEM value entriesThe enumKeyTypecan discriminate the type, if it is a private or public key or a certificate.The enumPemTypeholds the type names of PEM value entries