Package org.bouncycastle.jcajce.interfaces
Key interfaces for supporting provider specific algorithms.
-
Interface Summary Interface Description DSTU4145Key Main interface for a DSTU-4145 key.DSTU4145PrivateKey Interface that a DSTU-4145 private key needs to conform to.DSTU4145PublicKey Interface that a DSTU-4145 public key needs to conform to.ECGOST3410PrivateKey Interface that a ECGOST-3410 private key needs to conform to.ECGOST3410PublicKey Interface that a ECGOST-3410 public key needs to conform to.EdDSAKey Base interface for an EdDSA signing/verification key.GOST3410Key<T extends java.security.spec.AlgorithmParameterSpec> Main interface for a GOST keys.GOST3410PrivateKey Interface that a GOST-3410 private key needs to conform to.GOST3410PublicKey Interface that a GOST-3410 public key needs to conform to.XDHKey Base interface for XDH agreement keys.