Re: JEP draft: PEM Encodings of Cryptographic Objects
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
How will certificate chains be supported? Best Regards, Jonathan Rosenne