|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.pad.PadFactory
A Factory to instantiate padding schemes.
Field Summary |
Method Summary | |
static IPad |
getInstance(java.lang.String pad)
Returns an instance of a padding algorithm given its name. |
static java.util.Set |
getNames()
Returns a Set of names of padding algorithms
supported by this Factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final IPad getInstance(java.lang.String pad)
Returns an instance of a padding algorithm given its name.
pad
- the case-insensitive name of the padding algorithm.
null
if none found.
java.lang.InternalError
- if the implementation does not pass its self-test.public static final java.util.Set getNames()
Returns a Set
of names of padding algorithms
supported by this Factory.
Set
of padding algorithm names (Strings).
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |