Marvin S. Addison

Results 4 issues of Marvin S. Addison

Adds support for the following JavaDoc code styles: 1. `{@code}` - Multi-line snippet surrounded by .... 2. `` - Single-line code snippet surrounded by backticks 3. `{@code}` - Single-line code...

Define simple API for extensible ciphertext header versioning.

Provides support for both PEM and binary encodings per RFC 4253. Resolves #69

Add the following useful methods to `CertUtil`: 1. `encodeCert` - produce the PEM-encoding given an `X509Certificate` object 2. `subjectDN` - produce a string version of the subject of the given...