net.jxta.impl.membership.pse
Interface PSEAuthenticatorEngine
public interface PSEAuthenticatorEngine
- Author:
- aubergine
getPublicKey
PublicKey getPublicKey()
throws SecurityException
- Throws:
SecurityException
sign
byte[] sign(byte[] data)
throws InvalidKeyException,
SignatureException,
IOException
- Throws:
InvalidKeyException
SignatureException
IOException
getSignatureAlgorithm
String getSignatureAlgorithm()
isEnginePresent
boolean isEnginePresent()
throws SecurityException
- Throws:
SecurityException
getX509Certificate
X509Certificate getX509Certificate()
throws SecurityException
- Throws:
SecurityException
getKeyPass
char[] getKeyPass(PeerGroup peerGroup)
throws SecurityException
- Throws:
SecurityException
getStorePass
char[] getStorePass(PeerGroup peerGroup)
throws SecurityException
- Throws:
SecurityException