Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
intel
/
edison-v4.4
/
77521be687870e2ecae748df7b8fb103dd57dac2
/
.
/
crypto
/
rsaprivkey.asn1
blob: 731aea5edb0cb0b98cb6d95f2d41e7889d84b0b9 [
file
] [
log
] [
blame
]
RsaPrivKey
::=
SEQUENCE
{
version INTEGER
,
n INTEGER
({
rsa_get_n
}),
e INTEGER
({
rsa_get_e
}),
d INTEGER
({
rsa_get_d
}),
prime1 INTEGER
,
prime2 INTEGER
,
exponent1 INTEGER
,
exponent2 INTEGER
,
coefficient INTEGER
}