CertificationType

OpenPGP certification trust levels. BC 1.79 names differ from the RFC: PERSONA maps to PGPSignature.NO_CERTIFICATION (0x11), GENERIC to PGPSignature.DEFAULT_CERTIFICATION (0x10).

Entries

Link copied to clipboard

Default / unspecified certification (0x10).

Link copied to clipboard

Persona-level trust — mapped to NO_CERTIFICATION (0x11) in BC.

Link copied to clipboard

Casual certification (0x12).

Link copied to clipboard

Positive certification (0x13).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the Bouncy Castle PGPSignature certification type constant.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.