X509Key.parse

Construct X.509 subject key from a DER value. If the runtime environment is configured with a specific class for this kind of key, a subclass is returned. Otherwise, a generic X509Key object is returned.

<P>This mechanism gurantees that keys (and algorithms) may be freely manipulated and transferred, without risk of losing information. Also, when a key (or algorithm) needs some special handling, that specific need can be accomodated.

@param in the DER-encoded SubjectPublicKeyInfo value @exception IOException on data format errors

class X509Key
static
parse

Meta