PHP 클래스 OpenPGP, horde

또한 보기: http://tools.ietf.org/html/rfc4880
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
bitlength ( $data )
crc24 ( $data )
decode_s2k_count ( $c )
enarmor ( $data, $marker = 'MESSAGE', array $headers = [] )
encode_s2k_count ( $iterations )
footer ( $marker )
header ( $marker )
unarmor ( $text, $header = 'PGP PUBLIC KEY BLOCK' )

메소드 상세

bitlength() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-12.2
static public bitlength ( $data )

crc24() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-6
또한 보기: http://tools.ietf.org/html/rfc4880#section-6.1
static public crc24 ( $data )

decode_s2k_count() 정적인 공개 메소드

static public decode_s2k_count ( $c )

enarmor() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-6
또한 보기: http://tools.ietf.org/html/rfc4880#section-6.2
또한 보기: http://tools.ietf.org/html/rfc2045
static public enarmor ( $data, $marker = 'MESSAGE', array $headers = [] )
$headers array

encode_s2k_count() 정적인 공개 메소드

static public encode_s2k_count ( $iterations )

header() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-6.2
static public header ( $marker )

unarmor() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-6
또한 보기: http://tools.ietf.org/html/rfc2045
static public unarmor ( $text, $header = 'PGP PUBLIC KEY BLOCK' )