While this class can represent any kind of X.509 key, it may be desirable to provide subclasses which understand how to parse keying data. For example, RSA public keys have two members, one for the public modulus and one for the prime exponent. If such a class is provided, it is used when parsing X.509 keys. If one is not provided, the key still parses correctly. @author David Brownell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|