Uses of Interface
org.bouncycastle.jcajce.interfaces.GOST3410Key
-
Packages that use GOST3410Key Package Description org.bouncycastle.jcajce.interfaces Key interfaces for supporting provider specific algorithms. -
-
Uses of GOST3410Key in org.bouncycastle.jcajce.interfaces
Subinterfaces of GOST3410Key in org.bouncycastle.jcajce.interfaces Modifier and Type Interface Description interface
ECGOST3410PrivateKey
Interface that a ECGOST-3410 private key needs to conform to.interface
ECGOST3410PublicKey
Interface that a ECGOST-3410 public key needs to conform to.interface
GOST3410PrivateKey
Interface that a GOST-3410 private key needs to conform to.interface
GOST3410PublicKey
Interface that a GOST-3410 public key needs to conform to.
-