|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.S2K.GNUDummyParams
Parameters for the S2K.GNU_DUMMY_S2K
method.
Method Summary | |
static S2K.GNUDummyParams |
divertToCard()
Factory method for a GNU Dummy S2K indicating a private key located on a smart card. |
int |
getProtectionMode()
Return the GNU Dummy S2K protection method. |
static S2K.GNUDummyParams |
internal()
Factory method for a GNU Dummy S2K indicating an internal private key. |
static S2K.GNUDummyParams |
noPrivateKey()
Factory method for a GNU Dummy S2K indicating a missing private key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static S2K.GNUDummyParams noPrivateKey()
public static S2K.GNUDummyParams divertToCard()
public static S2K.GNUDummyParams internal()
public int getProtectionMode()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |