No description
Find a file
Kenny Root 62ea4a5c3c Read algorithm OID directly from PKCS#8 container
The PKCS#8 PrivateKeyInfo structure has the algorithm OID encoded right
before the actual key octet stream is encoded. Use Bouncycastle to read
the OID for creation with the key factory.

This aids in the creation of custom key types that are backed by
hardware devices (e.g., HSMs) and have their own assigned OIDs.

Change-Id: If5d8fe07bc157e9bb5a3fb5f99091e924143105f
2013-09-25 09:59:10 -07:00
core Merge "Extend x86 to have different arch variants" 2013-09-19 16:45:16 +00:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target Hmm, contrary to Deckard's assurances, this broke internally. Reverting. 2013-08-26 21:27:56 +00:00
tools Read algorithm OID directly from PKCS#8 container 2013-09-25 09:59:10 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk Here lies JB MR2: In with a whimper, out with a bang. 2013-04-22 13:07:44 -07:00
envsetup.sh Merge "Switch x86 default compiler to multilib version" 2013-09-14 20:45:00 +00:00