SetaPDF_Signer_Asn1_DistinguishedName Helper class to convert a DistinguishedName ASN.1 struncture into a string.
File: /SetaPDF v2/Signer/Asn1/DistinguishedName.php
Class hierarchy
Summary
Static Properties
Static Methods
getAsArray()
Converts a DistinguishedName ASN.1 element into an array.
Parameters
- $name : SetaPDF_Signer_Asn1_Element
- $onlyKnown : bool
Whether attributes with an unknown OID are returend or not.
Exceptions
getAsString()
Converts a DistinguishedName ASN.1 element into a string.
Parameters
- $name : SetaPDF_Signer_Asn1_Element
- $onlyKnown : bool
Whether attributes with an unknown OID are returend or not.