PHP 클래스 Horde_Pgp_Element_SignedMessage, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Pgp_Element
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_armor

공개 메소드들

메소드 설명
__construct ( $data, array $headers = [] )
__get ( $name )
__toString ( )
dashEscapeText ( string $text ) : string Returns the normalized & dash-escaped text (RFC 4880 [7.1]) of the cleartext signed message.
dashUnescapeText ( string $text ) : string Returns text after reversing any dash-escaping (RFC 4880 [7.1]) previously done on it.

메소드 상세

__construct() 공개 메소드

public __construct ( $data, array $headers = [] )
$headers array

__get() 공개 메소드

public __get ( $name )

__toString() 공개 메소드

public __toString ( )

dashEscapeText() 공개 정적인 메소드

Returns the normalized & dash-escaped text (RFC 4880 [7.1]) of the cleartext signed message.
public static dashEscapeText ( string $text ) : string
$text string Unescaped text.
리턴 string Escaped text.

dashUnescapeText() 공개 정적인 메소드

Returns text after reversing any dash-escaping (RFC 4880 [7.1]) previously done on it.
public static dashUnescapeText ( string $text ) : string
$text string Escaped text.
리턴 string Unescaped text.

프로퍼티 상세

$_armor 보호되어 있는 프로퍼티

protected $_armor