Class BCUOVPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.uov.BCUOVPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,UOVKey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBCUOVPublicKey(SubjectPublicKeyInfo keyInfo) BCUOVPublicKey(UOVPublicKeyParameters params) -
Method Summary
-
Constructor Details
-
BCUOVPublicKey
-
BCUOVPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getPublicData
public byte[] getPublicData() -
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getParameterSpec
Description copied from interface:UOVKeyReturn the parameter set this key is bound to.- Specified by:
getParameterSpecin interfaceUOVKey- Returns:
- a UOVParameterSpec naming the (security-level, encoding-variant) pair.
-
toString
-