Interface CMCEPublicKey
-
- All Superinterfaces:
CMCEKey,java.security.Key,java.security.PublicKey,java.io.Serializable
- All Known Implementing Classes:
BCCMCEPublicKey
public interface CMCEPublicKey extends java.security.PublicKey, CMCEKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPublicData()Return the raw encoded data representing the public key.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.CMCEKey
getParameterSpec
-
-