Uses of Class
dev.getelements.elements.sdk.model.security.InvalidPemException
Packages that use InvalidPemException
-
Uses of InvalidPemException in dev.getelements.elements.sdk.model.security
Constructors in dev.getelements.elements.sdk.model.security that throw InvalidPemExceptionModifierConstructorDescriptionPemChain(BufferedReader reader) Constructs aPemChainfrom aBufferedReader.PemChain(InputStream inputStream) Constructs aPemChainfrom anInputStream.PemData(BufferedReader reader, Function<byte[], KeySpecT> keySpecFunction) Parses PEM data from the given buffered reader.PemData(InputStream inputStream, Function<byte[], KeySpecT> keySpecFunction) Parses PEM data from the given input stream.Parses PEM data from the given reader.Parses PEM data from the given PEM-encoded string.