com.sun.jini.discovery.x500.sha1withrsa
Class Constants

java.lang.Object
  extended by com.sun.jini.discovery.x500.sha1withrsa.Constants

 class Constants
extends Object

Constants used by net.jini.discovery.x500.SHA1withRSA format providers.


Field Summary
(package private) static String FORMAT_NAME
           
(package private) static String KEY_ALGORITHM
           
(package private) static String KEY_ALGORITHM_OID
           
(package private) static int MAX_SIGNATURE_LEN
           
(package private) static String SIGNATURE_ALGORITHM
           
 
Constructor Summary
private Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_NAME

static final String FORMAT_NAME
See Also:
Constant Field Values

SIGNATURE_ALGORITHM

static final String SIGNATURE_ALGORITHM
See Also:
Constant Field Values

MAX_SIGNATURE_LEN

static final int MAX_SIGNATURE_LEN
See Also:
Constant Field Values

KEY_ALGORITHM

static final String KEY_ALGORITHM
See Also:
Constant Field Values

KEY_ALGORITHM_OID

static final String KEY_ALGORITHM_OID
See Also:
Constant Field Values
Constructor Detail

Constants

private Constants()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.