Interface DSTU4145PublicKey
-
- All Superinterfaces:
DSTU4145Key
,java.security.Key
,java.security.PublicKey
,java.io.Serializable
public interface DSTU4145PublicKey extends DSTU4145Key, java.security.PublicKey
Interface that a DSTU-4145 public key needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.spec.ECPoint
getW()
Return W - the public point for the key.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.DSTU4145Key
getParams
-
-