Class Constants

java.lang.Object
org.cryptacular.pem.Constants

public final class Constants extends Object
PEM constants.
Author:
Middleware Services
  • Field Details

    • RFC7468_MAX_LINE_LENGTH

      public static final int RFC7468_MAX_LINE_LENGTH
      RFC4716 3.3.3. Private Use Headers
      See Also:
    • RFC1421_MAX_LINE_LENGTH

      public static final int RFC1421_MAX_LINE_LENGTH
      RFC4716 3.3.3. Private Use Headers
      See Also:
    • RFC4716_MAX_LINE_LENGTH

      public static final int RFC4716_MAX_LINE_LENGTH
      RFC4716 3.3.3. Private Use Headers
      See Also:
    • RFC2440_MAX_LINE_LENGTH

      public static final int RFC2440_MAX_LINE_LENGTH
      RFC4716 3.3.3. Private Use Headers
      See Also:
    • RFC4716_SPECIFIER_PRIVATE_BEGIN_MARKER

      public static final String RFC4716_SPECIFIER_PRIVATE_BEGIN_MARKER
      RFC4716 3.3.3. Private Use Headers
      See Also:
    • RFC1421_ENCAPSULATION_MARKER

      public static final String RFC1421_ENCAPSULATION_MARKER
      (RFC1421 4.4 Encapsulation Mechanism) (RFC7468 2. General Considerations) (RFC2440 6.2. Forming ASCII Armor)
      See Also:
    • RFC4716_ENCAPSULATION_MARKER

      public static final String RFC4716_ENCAPSULATION_MARKER
      RFC4716 3.2. Begin and End Markers
      See Also:
    • RFC4716_ENCAPSULATION_BEGIN_MARKER

      public static final String RFC4716_ENCAPSULATION_BEGIN_MARKER
      RFC4716 3.2. Begin and End Markers
      See Also:
    • RFC4716_ENCAPSULATION_END_MARKER

      public static final String RFC4716_ENCAPSULATION_END_MARKER
      RFC4716 3.2. Begin and End Markers
      See Also:
    • RFC1421_ENCAPSULATION_BEGIN_MARKER

      public static final String RFC1421_ENCAPSULATION_BEGIN_MARKER
      (RFC1421 4.4 Encapsulation Mechanism) (RFC7468 2. General Considerations) (RFC2440 6.2. Forming ASCII Armor)
      See Also:
    • RFC1421_ENCAPSULATION_END_MARKER

      public static final String RFC1421_ENCAPSULATION_END_MARKER
      (RFC1421 4.4 Encapsulation Mechanism) (RFC7468 2. General Considerations) (RFC2440 6.2. Forming ASCII Armor)
      See Also:
    • RFC1421_HEADER_FIELD_DEK_INFO

      public static final String RFC1421_HEADER_FIELD_DEK_INFO
      DEK-Info header as defined by RFC 1421
      See Also:
    • RFC1421_HEADER_FIELD_PROC_TYPE

      public static final String RFC1421_HEADER_FIELD_PROC_TYPE
      Proc-Type header as defined by RFC 1421
      See Also:
    • RFC4716_SPECIFIERS

      public static final Set<String> RFC4716_SPECIFIERS
      Headers covered in RFC 4716. In addition to this set all headers starting with RFC4716_SPECIFIER_PRIVATE_BEGIN_MARKER are allowed by RFC 4716.
    • RFC2440_SPECIFIERS

      public static final Set<String> RFC2440_SPECIFIERS
      Headers allowed by RFC 4716. RFC2440_SPECIFIER_MESSAGE_ID SHOULD NOT appear unless it is in a multi-part message.
    • RFC1421_SPECIFIERS

      public static final Set<String> RFC1421_SPECIFIERS
      Headers allowed by RFC 1421.