Uses of Class
jsdsi.util.KeyEnum

Packages that use KeyEnum
jsdsi.util   
 

Uses of KeyEnum in jsdsi.util
 

Fields in jsdsi.util declared as KeyEnum
static KeyEnum KeyEnum.DSA
          The Digital Signature Algorithm as defined in FIPS PUB 186.
static KeyEnum KeyEnum.RSA
          The RSA encryption algorithm as defined in PKCS #1.
 

Methods in jsdsi.util that return KeyEnum
static KeyEnum KeyEnum.fromJdk(java.lang.String jdkName)
          Given a JDK name for a Key algorythm, return its KeyEnum
static KeyEnum KeyEnum.fromSpki(java.lang.String spkiName)
          Given a SPKI name for a Key algorithm, return its KeyEnum
 KeyEnum SignatureAlgoEnum.getKeyEnum()
          Return the KeyEnum for this SignatureAlgoEnum
 

Methods in jsdsi.util with parameters of type KeyEnum
static java.lang.String Algorithms.jdkSignatureName(DigestAlgoEnum digest, KeyEnum key)
          Generates a Signature algorythm in JDK format
static java.lang.String Algorithms.spkiSignatureName(DigestAlgoEnum digest, KeyEnum key)
          Generates a Signature algorythm in SPKI format
static java.security.KeyPair KeyPairFactory.create(KeyEnum keyEnum)
          Generates a KeyPair of the given keyEnum type.
static java.security.KeyPair KeyPairFactory.create(KeyEnum keyEnum, int keysize)
          Generates a KeyPair of the given keyEnum type and key size.
static java.security.KeyPair KeyPairFactory.create(KeyEnum keyEnum, java.net.URI[] uris)
          Generates a KeyPair of the given keyEnum type with the given uris.
static java.security.KeyPair KeyPairFactory.create(KeyEnum keyEnum, int keysize, java.net.URI[] uris)
          Generates a KeyPair of the given keyEnum type and uris.
static java.security.KeyPairGenerator KeyPairFactory.getKeyPairGenerator(KeyEnum keyEnum, int keysize, java.net.URI[] uris)
          Retrieves a KeyPairGenerator.
static SignatureAlgoEnum SignatureAlgoEnum.create(DigestAlgoEnum digest, KeyEnum key)
          Create a SignatureAlgoEnum
 

Constructors in jsdsi.util with parameters of type KeyEnum
SignatureAlgoEnum(DigestAlgoEnum digest, KeyEnum key)
           
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.