Is there a standard for Java Keystore PKCS#12?
up vote
3
down vote
favorite
I am working on a project feature where users can upload their PKCS#12 file to be used as a certificate identity for the service running in the cloud.
Once, I started reading rfc7292 "PKCS #12: Personal Information Exchange Syntax v1.1", I noticed that the standard was more general than the impression I got from working with Java keystores.
For example, Java expects the server certificate to be in the first bag while the standard states no such requirement (also, encrypting the whole content with a password).
Is there a JSR describing the behavior of Java keystore ?
java cryptography keystore pkcs#12
add a comment |
up vote
3
down vote
favorite
I am working on a project feature where users can upload their PKCS#12 file to be used as a certificate identity for the service running in the cloud.
Once, I started reading rfc7292 "PKCS #12: Personal Information Exchange Syntax v1.1", I noticed that the standard was more general than the impression I got from working with Java keystores.
For example, Java expects the server certificate to be in the first bag while the standard states no such requirement (also, encrypting the whole content with a password).
Is there a JSR describing the behavior of Java keystore ?
java cryptography keystore pkcs#12
1
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am working on a project feature where users can upload their PKCS#12 file to be used as a certificate identity for the service running in the cloud.
Once, I started reading rfc7292 "PKCS #12: Personal Information Exchange Syntax v1.1", I noticed that the standard was more general than the impression I got from working with Java keystores.
For example, Java expects the server certificate to be in the first bag while the standard states no such requirement (also, encrypting the whole content with a password).
Is there a JSR describing the behavior of Java keystore ?
java cryptography keystore pkcs#12
I am working on a project feature where users can upload their PKCS#12 file to be used as a certificate identity for the service running in the cloud.
Once, I started reading rfc7292 "PKCS #12: Personal Information Exchange Syntax v1.1", I noticed that the standard was more general than the impression I got from working with Java keystores.
For example, Java expects the server certificate to be in the first bag while the standard states no such requirement (also, encrypting the whole content with a password).
Is there a JSR describing the behavior of Java keystore ?
java cryptography keystore pkcs#12
java cryptography keystore pkcs#12
asked Nov 8 at 19:54
Bassam
8829
8829
1
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50
add a comment |
1
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50
1
1
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53215205%2fis-there-a-standard-for-java-keystore-pkcs12%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I haven't found a JSR for it. Java's PKCS#12 support has been changing since it was first introduced in Java 6. Therefore, what is actually supported may vary depending on exactly which version of Java you are targeting, e.g. JEP 229
– James K Polk
Nov 8 at 21:50