- java.lang.Object
-
- org.cryptomator.cryptolib.common.ECKeyPair
-
- All Implemented Interfaces:
Destroyable
- Direct Known Subclasses:
P384KeyPair
public class ECKeyPair extends Object implements Destroyable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()booleanequals(Object o)ECPrivateKeygetPrivate()ECPublicKeygetPublic()inthashCode()booleanisDestroyed()KeyPairkeyPair()
-
-
-
Method Detail
-
keyPair
public KeyPair keyPair()
-
getPrivate
public ECPrivateKey getPrivate()
-
getPublic
public ECPublicKey getPublic()
-
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyedin interfaceDestroyable
-
destroy
public void destroy()
- Specified by:
destroyin interfaceDestroyable
-
-