File
Doc
Category
Size
Date
Package
CryptoSTSEngine.java
API Doc
Azureus 3.0.3.4
1544
Tue Jun 20 06:53:16 BST 2006
com.aelitis.azureus.core.security
CryptoSTSEngine
public interface CryptoSTSEngine
Fields Summary
Constructors Summary
Methods Summary
public void
getAuth
(
java.nio.ByteBuffer
message)
public void
getKeys
(
java.nio.ByteBuffer
message)
public
byte
[]
getRemotePublicKey
()
public
byte
[]
getSharedSecret
()
public void
putAuth
(
java.nio.ByteBuffer
message)
public void
putKeys
(
java.nio.ByteBuffer
message)
Java Code Source