Programmer's Reference

Class methods: creation

fromDerFile: aFilename
Creates a new instance from aFilename. The variable aFilename is assumed to have been encoded using the DER (Distinguished Encoding Rules) specification.

fromPemFile: aFilename
Creates a new instance from aFilename. The variable aFilename is assumed to be in PEM (Privacy Enhanced Mail) format.

osX509: anOSSslX509
Creates a new instance from an instance of OSSslX509.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]