fi.hut.tcm.spki.impl
Class SPKIProvider
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--java.security.Provider
|
+--fi.hut.tcm.spki.impl.SPKIProvider
- public final class SPKIProvider
- extends java.security.Provider
SPKIProvider
The SPKIProvider supplies the CertificateFactory.SPKI service.
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
info
A description of the provider and its services. |
private java.lang.String |
name
The provider name. |
(package private) static long |
serialVersionUID
Declare serialVersionUID to be compatible with JDK1.1 |
private double |
version
The provider version number. |
Fields inherited from class java.security.Provider |
info,
name,
serialVersionUID,
version |
Fields inherited from class java.util.Properties |
defaults,
hexDigit,
keyValueSeparators,
serialVersionUID,
specialSaveChars,
strictKeyValueSeparators,
whiteSpaceChars |
Fields inherited from class java.util.Hashtable |
count,
ENTRIES,
entrySet,
KEYS,
keySet,
loadFactor,
modCount,
serialVersionUID,
table,
threshold,
values,
VALUES |
Method Summary |
java.lang.String |
getInfo()
|
java.lang.String |
getName()
Returns the name of this provider. |
double |
getVersion()
Returns the version number for this provider. |
java.lang.String |
toString()
Returns a string with the name and the version number
of this provider. |
Methods inherited from class java.security.Provider |
check,
clear,
debug,
debug,
entrySet,
keySet,
load,
loadProvider,
put,
putAll,
remove,
values |
Methods inherited from class java.util.Properties |
,
continueLine,
enumerate,
getProperty,
getProperty,
list,
list,
loadConvert,
propertyNames,
save,
saveConvert,
setProperty,
store,
toHex,
writeln |
Methods inherited from class java.util.Hashtable |
clone,
contains,
containsKey,
containsValue,
elements,
equals,
get,
hashCode,
isEmpty,
keys,
readObject,
rehash,
size,
writeObject |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
info
private java.lang.String info
- A description of the provider and its services.
version
private double version
- The provider version number.
name
private java.lang.String name
- The provider name.
serialVersionUID
static long serialVersionUID
- Declare serialVersionUID to be compatible with JDK1.1
SPKIProvider
public SPKIProvider()
getName
public final java.lang.String getName()
- Returns the name of this provider.
- Overrides:
- getName in class java.security.Provider
getVersion
public final double getVersion()
- Returns the version number for this provider.
- Overrides:
- getVersion in class java.security.Provider
getInfo
public java.lang.String getInfo()
- Overrides:
- getInfo in class java.security.Provider
toString
public final java.lang.String toString()
- Returns a string with the name and the version number
of this provider.
- Overrides:
- toString in class java.security.Provider