Searched refs:sigSize (Results 1 – 1 of 1) sorted by relevance
74 private int sigSize; field in SignInfo112 this.sigSize = sig == null ? 0 : sig.length; in SignInfo()114 …this.zeroPadding = new byte[(SIGNATURE_ALIGNMENT - (this.sigSize % SIGNATURE_ALIGNMENT)) % SIGNATU… in SignInfo()124 this.sigSize = builder.sigSize; in SignInfo()199 bf.putInt(this.sigSize); in toByteArray()299 this.saltSize, this.sigSize, this.flags, this.dataSize, Arrays.toString(this.salt), in toString()314 private int sigSize; field in SignInfo.SignInfoBuilder350 public SignInfoBuilder setSigSize(int sigSize) { in setSigSize() argument351 this.sigSize = sigSize; in setSigSize()