Class MultipartSignedInputImpl

    • Constructor Detail

      • MultipartSignedInputImpl

        public MultipartSignedInputImpl()
    • Method Detail

      • getPublicKey

        public PublicKey getPublicKey()
      • setPublicKey

        public void setPublicKey​(PublicKey publicKey)
      • setCertificate

        public void setCertificate​(X509Certificate certificate)
      • getType

        public Class getType()
      • setType

        public void setType​(Class type)
      • setType

        public void setType​(javax.ws.rs.core.GenericType type)
      • getGenericType

        public Type getGenericType()
      • setGenericType

        public void setGenericType​(Type genericType)
      • getBody

        public javax.mail.internet.MimeMultipart getBody()
      • setBody

        public void setBody​(javax.mail.internet.MimeMultipart body)
      • getAnnotations

        public Annotation[] getAnnotations()
      • setAnnotations

        public void setAnnotations​(Annotation[] annotations)
      • getProviders

        public javax.ws.rs.ext.Providers getProviders()
      • setProviders

        public void setProviders​(javax.ws.rs.ext.Providers providers)
      • getEntity

        public Object getEntity​(javax.ws.rs.core.GenericType gt,
                                Annotation[] ann)