Net_DNS2
[ class tree: Net_DNS2 ] [ index: Net_DNS2 ] [ all elements ]

Class: Net_DNS2_PrivateKey

Source Location: /Net_DNS2-1.4.1/Net/DNS2/PrivateKey.php

Class Overview


SSL Private Key container class


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 62]
SSL Private Key container class


[ Top ]


Class Variables

$algorithm =

[line 82]

  • Access: public

Type:   mixed


[ Top ]

$base =

[line 147]

  • Access: public

Type:   mixed


[ Top ]

$filename =

[line 67]

  • Access: public

Type:   mixed


[ Top ]

$instance =

[line 92]

  • Access: public

Type:   mixed


[ Top ]

$keytag =

[line 72]

  • Access: public

Type:   mixed


[ Top ]

$key_format =

[line 87]

  • Access: public

Type:   mixed


[ Top ]

$prime =

[line 137]

  • Access: public

Type:   mixed


[ Top ]

$private_value =

[line 152]

  • Access: public

Type:   mixed


[ Top ]

$public_value =

[line 157]

  • Access: public

Type:   mixed


[ Top ]

$signname =

[line 77]

  • Access: public

Type:   mixed


[ Top ]

$subprime =

[line 142]

  • Access: public

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 168]

Net_DNS2_PrivateKey __construct( [string $file = null])

Constructor - base constructor the private key container class
  • Throws: Net_DNS2_Exception
  • Access: public

Parameters:

string   $file   —  path to a private-key file to parse and load

[ Top ]

parseFile   [line 185]

boolean parseFile( string $file)

parses a private key file generated by dnssec-keygen
  • Throws: Net_DNS2_Exception
  • Access: public

Parameters:

string   $file   —  path to a private-key file to parse and load

[ Top ]


Documentation generated on Mon, 11 Mar 2019 16:01:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.