Those (DER) keys are ASN-encoded, try
http://lapo.it/asn1js/ It contains both private and public keys along with a generator OID description (in this case, 1.2.840.10045.1.1).
First OCTET STRING (32-bytes) is usually a secret exponent, which you may convert to Base58Check ver. 128 or import as is.
Forgot to say thank you Joric! Will send a small tip your way.

EDIT: Also, question. The OCTET STRING is "C4BBCB1FBEC99D65BF59D85C8CB62EE2DB963F0Fundefined". This does not import to blockchain.info. What's with the "undefined" bit at the end as well?
EDIT2: 0.2 BTC bounty to anyone who can provide a start-to-finish of converting the above DER key to something I can import into blockchain.info!