/* */ package it.tref.signextractor.data; /* */ /* */ public class SignCertData /* */ { /* */ private byte[] encoded; /* */ private byte[] signature; /* */ /* */ public byte[] getEncoded() /* */ { /* 10 */ return this.encoded; /* */ } /* */ /* */ public void setEncoded(byte[] encoded) { /* 14 */ this.encoded = encoded; /* */ } /* */ /* */ public byte[] getSignature() { /* 18 */ return this.signature; /* */ } /* */ /* */ public void setSignature(byte[] signature) { /* 22 */ this.signature = signature; /* */ } /* */ } /* Location: C:\liferay-sviluppo\portos2\git\portos-camel-document-processor\lib\tref-sign-exctractor-0.1.0.jar * Qualified Name: it.tref.signextractor.data.SignCertData * JD-Core Version: 0.6.0 */