Uses of Class
org.eclipse.higgins.sts.utilities.UnsupportedOptionException

Packages that use UnsupportedOptionException
org.eclipse.higgins.sts.utilities   
 

Uses of UnsupportedOptionException in org.eclipse.higgins.sts.utilities
 

Methods in org.eclipse.higgins.sts.utilities that throw UnsupportedOptionException
static java.math.BigInteger X931KeyGenerator.findX931KeyPrime(java.math.BigInteger startFrom, java.math.BigInteger factorOfPMinus1, java.math.BigInteger factorOfPPlus1, java.math.BigInteger publicExponent)
          Finds prime P which is the next largest prime after startFrom which satisfies the following conditions a.
 java.security.KeyPair X931KeyGenerator.GenerateKeyPair(java.security.spec.RSAKeyGenParameterSpec params)