]
Darran Lofthouse reassigned ELY-876:
------------------------------------
Assignee: (was: Peter Skopek)
Support for PKCS12 KeyStore format in KeyStoreCredentialStore
-------------------------------------------------------------
Key: ELY-876
URL:
https://issues.jboss.org/browse/ELY-876
Project: WildFly Elytron
Issue Type: Enhancement
Components: Credential Store
Affects Versions: 1.1.0.Beta20
Reporter: Zoran Regvart
Priority: Minor
Support for {{PKCS12}} KeyStore in format in SunJCE provider requires that the algorithm
id is one of the known OIDs registered with one of the security providers. Using an
unknown OID results in {{java.security.NoSuchAlgorithmException}}.
It seems fitting that the algorithm id of {{SecretKey}} stored in the underlying KeyStore
would be PKCS#7 data ({{1.2.840.113549.1.7.1}}).