Re: JEP draft: PEM Encodings of Cryptographic Objects

2025-02-26 Thread Anthony Scarpino
Hi, PEMDecoder.decode(InputStream) will read and return a Certificate object. Subsequent calls to decode(InputStream) will continue to read from the stream and return Certificate objects until the stream ends. For encoding, PEMEncoder.encode(DEREncodable) will encode a Certificate object. W

JEP draft: PEM Encodings of Cryptographic Objects

2025-02-24 Thread Jonathan Rosenne
How will certificate chains be supported? Best Regards, Jonathan Rosenne