Package org.openziti.crypto
Object Crypto
-
- All Implemented Interfaces:
public class Crypto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCrypto.SecretStream
-
Method Summary
Modifier and Type Method Description final KeyPairnewKeyPair()final SessionPairkx(KeyPair pair, Key peerPub, Boolean server)final Crypto.SecretStreamnewStream(SessionPair pair)-
-
Method Detail
-
newKeyPair
final KeyPair newKeyPair()
-
newStream
final Crypto.SecretStream newStream(SessionPair pair)
-
-
-
-