| Method | Defined by | ||
|---|---|---|---|
|
readCertIntoArray(str:String):ByteArray
[static]
| PEM | ||
|
readRSAPrivateKey(str:String):RSAKey
[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 | ||
| readCertIntoArray | () | method |
public static function readCertIntoArray(str:String):ByteArrayParameters
str:String |
ByteArray |
| readRSAPrivateKey | () | method |
public static function readRSAPrivateKey(str:String):RSAKeyRead a structure encoded according to ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1v2.asc section 11.1.2
Parametersstr:String |
RSAKey |
| readRSAPublicKey | () | method |
public static function readRSAPublicKey(str:String):RSAKeyRead 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
Parametersstr:String |
RSAKey |