CRLDistributionPoints.DistributionPointImpl

Undocumented in source.
class CRLDistributionPoints
public final static
class DistributionPointImpl : ASN1Object {}

Members

Functions

decodeFrom
void decodeFrom(BERDecoder ber)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder )
Undocumented in source. Be warned that the author may not have intended to support it.
point
const(AlternativeName) point()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ASN1Object

encodeInto
void encodeInto(DEREncoder to)

Encode whatever this object is into to

decodeFrom
void decodeFrom(BERDecoder from)

Decode whatever this object is from from

Meta