Interface FalconKey
-
- All Superinterfaces:
java.security.Key
,java.io.Serializable
- All Known Subinterfaces:
FalconPrivateKey
,FalconPublicKey
- All Known Implementing Classes:
BCFalconPrivateKey
,BCFalconPublicKey
public interface FalconKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FalconParameterSpec
getParameterSpec()
Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
FalconParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a FalconParameterSpec
-
-