Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to decode PEM files #5427

Merged
merged 1 commit into from
Sep 7, 2019
Merged

Conversation

swankjesse
Copy link
Member

I'm starting with the thing I want first; reusing a HeldCertificate
across VM invocations.

Later we might want to create entire HandshakeCertificates objects
by stringing together many certificates from a single file.

import java.util.Date
import java.util.UUID
import java.util.concurrent.TimeUnit
import java.util.regex.Pattern
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use kotlin APIs here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just habit. Migrated to Kotlin APIs and they fit this problem even better.

I'm starting with the thing I want first; reusing a HeldCertificate
across VM invocations.

Later we might want to create entire HandshakeCertificates objects
by stringing together many certificates from a single file.
@swankjesse swankjesse merged commit 3490c7e into master Sep 7, 2019
@oldergod oldergod deleted the jwilson.0905.decode_pems branch September 18, 2019 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants