Packagecom.hurlant.util.der
Classpublic class PEM
InheritancePEM Inheritance Object



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
  
[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):ByteArray

Parameters

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