Package org.bouncycastle.openpgp.smartcard.simulator
package org.bouncycastle.openpgp.smartcard.simulator
Software simulation of an OpenPGP smart card, for exercising the
org.bouncycastle.openpgp.smartcard API without hardware.
Test and development use only - the simulated card holds its "protected" private keys in the heap of the calling process and will hand them back on request. It provides none of the isolation that is the entire point of a real token.
-
ClassesClassDescriptionIn-memory stand-in for an OpenPGP smart card, backed by ordinary software keys.