- generateCertificate(KeyPair, int, String) - Static method in class jadex.commons.security.SSecurity
-
Create a self-signed X.509 Certificate
- generateCertificate(String, KeyPair, int, String) - Static method in class jadex.commons.security.SSecurity
-
Create a self-signed X.509 Certificate
- generateKeyPair(String, int) - Static method in class jadex.commons.security.SSecurity
-
Create a self-signed X.509 Certificate
- generateSecureRandom() - Static method in class jadex.commons.security.SSecurity
-
Generates a secure PRNG.
- getAlgorithm(Certificate) - Static method in class jadex.commons.security.SSecurity
-
Get the alogrithm name of a certificate.
- getCertificateText(Certificate) - Static method in class jadex.commons.security.SSecurity
-
Get the textual representation of a certificate.
- getHexMessageDigest(byte[], String) - Static method in class jadex.commons.security.SSecurity
-
Get the digest of a message as a formatted String.
- getKeyLength(Key) - Static method in class jadex.commons.security.SSecurity
-
Get the key length.
- getKeystore(String, String, String, String) - Static method in class jadex.commons.security.SSecurity
-
Get keystore from a given file.
- getRandomFromWindows(int) - Static method in class jadex.commons.security.WinCrypt
-
Gets random numbers from Windows API.
- getSecureRandom() - Static method in class jadex.commons.security.SSecurity
-
Gets access to the common secure PRNG.