1Web::ID::RSAKey(3) User Contributed Perl Documentation Web::ID::RSAKey(3)
2
3
4
6 Web::ID::RSAKey - an RSA key
7
9 Constructor
10 "new"
11 Standard Moose-style constructor.
12
13 Attributes
14 "exponent"
15 The exponent as a Math::BigInt object.
16
17 "modulus"
18 The modulus as a Math::BigInt object.
19
20 Methods
21 "rsa_equal($that)"
22 Returns true iff this key is the same as that key.
23
25 Please report any bugs to
26 <http://rt.cpan.org/Dist/Display.html?Queue=Web-ID>.
27
29 Web::ID, Web::ID::Certificate.
30
32 Toby Inkster <tobyink@cpan.org>.
33
35 This software is copyright (c) 2012 by Toby Inkster.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
41 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
42 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
43 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
44
45
46
47perl v5.34.0 2021-07-27 Web::ID::RSAKey(3)