Class PublicKeyVerifyWrapper

  • All Implemented Interfaces:
    PrimitiveWrapper<PublicKeyVerify,​PublicKeyVerify>

    public class PublicKeyVerifyWrapper
    extends java.lang.Object
    implements PrimitiveWrapper<PublicKeyVerify,​PublicKeyVerify>
    The implementation of PrimitiveWrapper<DeterministicAead>.

    The returned primitive works with a keyset (rather than a single key). To verify a signature, the primitive uses the prefix of the signature to efficiently select the right key in the set. If there is no key associated with the prefix or if the keys associated with the prefix do not work, the primitive tries all keys with OutputPrefixType.RAW.

    Since:
    1.0.0