Interface SDitHKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Implementing Classes:
BCSDitHPrivateKey,BCSDitHPublicKey
public interface SDitHKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SDitHParameterSpecgetParameterSpec()Return the parameter spec associated with this SDitH key.
-
-
-
Method Detail
-
getParameterSpec
SDitHParameterSpec getParameterSpec()
Return the parameter spec associated with this SDitH key.
-
-