uni.BouncyCastle-JCA.3.1.1.source-code.RSAKeyGenParameterSpec.crysl Maven / Gradle / Ivy
SPEC java.security.spec.RSAKeyGenParameterSpec
OBJECTS
int keysize;
java.math.BigInteger publicExponent;
EVENTS
c1: RSAKeyGenParameterSpec(keysize, publicExponent);
Con := c1;
ORDER
Con
CONSTRAINTS
keysize in {4096}; //BSI TR-02102-1 Recommends atleast 3000bits for keys
publicExponent in {65537};
ENSURES
preparedRSA[this];
© 2015 - 2025 Weber Informatics LLC | Privacy Policy