Uses of Class
edu.iu.crypt.PemEncoded
Packages that use PemEncoded
-
Uses of PemEncoded in edu.iu.crypt
Methods in edu.iu.crypt that return types with arguments of type PemEncodedModifier and TypeMethodDescriptionstatic Iterator
<PemEncoded> PemEncoded.parse
(InputStream in) Reads PEM-encoded key and/or certificate data.static Iterator
<PemEncoded> Parses PEM-encoded key and/or certificate data.static Iterator
<PemEncoded> PemEncoded.serialize
(X509Certificate... cert) Serializes an X509 certificate chain as PEM encoded.static Iterator
<PemEncoded> PemEncoded.serialize
(KeyPair keyPair, X509Certificate... cert) Checks that public and private key, and certificate chain, are related and converts to PEM encoded form.Method parameters in edu.iu.crypt with type arguments of type PemEncodedModifier and TypeMethodDescriptionstatic X509Certificate[]
PemEncoded.getCertificateChain
(Iterator<PemEncoded> pem) Converts parsed PEM data to a certificate chain.