Creates an Oid object from its ASN.1 DER encoding. This refers to
the full encoding including tag and length. The structure and
encoding of Oids is defined in ISOIEC-8824 and ISOIEC-8825. This
method is identical in functionality to its InputStream conterpart.
Parameters:
-
data - byte array containing the DER encoded oid
Throws:
-
GSSException - may be thrown when the DER encoding does not
follow the prescribed format.