key-pair Questions

1

Solved

I am making an application which generates a key pair for a user. But in every device the keys are identical. Here is my code: public KeyPair generateKeys() { KeyPair keyPair = null; try { // g...
Lacilacie asked 22/6, 2014 at 15:49

2

Solved

I have a collection of KeyValuePair items with DateTime as key and a string as value. Basically my data looks like: 12/07/2013 - 10220 12/07/2013 - 10220 12/07/2013 - 12220 12/07/2013 - 11240 12/0...
Insphere asked 15/7, 2013 at 10:41

© 2022 - 2024 — McMap. All rights reserved.