The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Whois::Object::KeyCert - an object representation of the RPSL KeyCert block

DESCRIPTION

A key-cert object is a database public key certificate that is stored on the server and may be used with a mntner object for authentication when performing updates. Currently only PGP keys are supported.

METHODS

new( %options )

Constructor for the Net::Whois::Object::InetRtr class

key_cert( [$key_cert] )

Accessor to the key_cert attribute. Accepts an optional key_cert value, always return the current key_cert value.

method( [$method] )

Accessor to the method attribute. Accepts an optional method, always return the current method value.

owner( [$owner] )

Accessor to the owner attribute. Accepts an optional owner to be added to the owner array, always return the current owner array.

fingerpr( [$fingerpr] )

Accessor to the fingerpr attribute. Accepts an optional fingerpr, always return the current fingerpr.

certif( [$certif] )

Accessor to the certif attribute. Accepts an optional certif to be added to the certif array, always return the current certif array.

remarks( [$remark] )

Accessor to the remarks attribute. Accepts an optional remark to be added to the remarks array, always return the current remarks array.

notify( [$notify] )

Accessor to the notify attribute. Accepts an optional notify value to be added to the notify array, always return the current notify array.

mnt_by( [$mnt_by] )

Accessor to the mnt_by attribute. Accepts an optional mnt_by value to be added to the mnt_by array, always return the current mnt_by array.

changed( [$changed] )

Accessor to the changed attribute. Accepts an optional changed value to be added to the changed array, always return the current changed array.

source( [$source] )

Accessor to the source attribute. Accepts an optional source, always return the current source.