Packagecom.hurlant.util.der
Classpublic class PEM



Public Methods
 MethodDefined by
  
readCertIntoArray(str:String):ByteArray
[static]
PEM
  
[static] Read a structure encoded according to ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1v2.asc section 11.1.2
PEM
  
readRSAPublicKey(str:String):RSAKey
[static] Read a structure encoded according to some spec somewhere Also, follows some chunk from ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1v2.asc section 11.1
PEM
Method detail
readCertIntoArray()method
public static function readCertIntoArray(str:String):ByteArrayParameters
str:String

Returns
ByteArray
readRSAPrivateKey()method 
public static function readRSAPrivateKey(str:String):RSAKey

Read a structure encoded according to ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1v2.asc section 11.1.2

Parameters
str:String

Returns
RSAKey
readRSAPublicKey()method 
public static function readRSAPublicKey(str:String):RSAKey

Read a structure encoded according to some spec somewhere Also, follows some chunk from ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1v2.asc section 11.1

Parameters
str:String

Returns
RSAKey