Class SignatureWrapper


  • public class SignatureWrapper
    extends Object
    A simple wrapper class for the index, the signature and the client certificate
    Author:
    Matthias Müller
    • Constructor Detail

      • SignatureWrapper

        public SignatureWrapper()
    • Method Detail

      • getIndex

        public byte[] getIndex()
      • setIndex

        public void setIndex​(byte[] index)
      • getSignature

        public byte[] getSignature()
      • setSignature

        public void setSignature​(byte[] signature)
      • isValid

        public boolean isValid()
      • getCert

        public byte[] getCert()
      • setCert

        public void setCert​(byte[] cert)