File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
akka-pki/src/main/scala/akka/pki/pem Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ object DERPrivateKeyLoader {
215215 case " 1.3.101.111" => " x448"
216216 case " 1.3.101.112" => " ed25519"
217217 case " 1.3.101.113" => " ed448"
218- case unknown => throw new IllegalArgumentException (s " Unknown algorithm idenfifier [ $unknown] " )
218+ case unknown => throw new IllegalArgumentException (s " Unknown algorithm identifier [ $unknown] " )
219219 }
220220 case unexpected =>
221221 throw new IllegalArgumentException (
222- s " Unexpected type of the algorithm, expected object idenfier , was: [ ${unexpected.getClass}] " )
222+ s " Unexpected type of the algorithm, expected object identifier , was: [ ${unexpected.getClass}] " )
223223 }
224224 case unexpected =>
225225 throw new IllegalArgumentException (
226- s " Unexpected type of the privateKeyAlgorithm, expected object idenfier , was: [ ${unexpected.getClass}] " )
226+ s " Unexpected type of the privateKeyAlgorithm, expected object identifier , was: [ ${unexpected.getClass}] " )
227227 }
228228
229229 val keyFactory = KeyFactory .getInstance(javaPrivateKeyAlgorithmName)
You can’t perform that action at this time.
0 commit comments