Lines Matching refs:SignatureException

547      * @exception SignatureException if this signature object is not
551 public final byte[] sign() throws SignatureException {
555 throw new SignatureException("object not initialized for " +
580 * @exception SignatureException if this signature object is not
588 throws SignatureException {
597 throw new SignatureException("object not initialized for " +
616 * @exception SignatureException if this signature object is not
621 public final boolean verify(byte[] signature) throws SignatureException {
625 throw new SignatureException("object not initialized for " +
646 * @exception SignatureException if this signature object is not
658 throws SignatureException {
667 throw new SignatureException("object not initialized for " +
676 * @exception SignatureException if this signature object is not
679 public final void update(byte b) throws SignatureException {
683 throw new SignatureException("object not initialized for "
694 * @exception SignatureException if this signature object is not
697 public final void update(byte[] data) throws SignatureException {
709 * @exception SignatureException if this signature object is not
713 throws SignatureException {
717 throw new SignatureException("object not initialized for "
731 * @exception SignatureException if this signature object is not
735 public final void update(ByteBuffer data) throws SignatureException {
737 throw new SignatureException("object not initialized for "
1142 protected void engineUpdate(byte b) throws SignatureException {
1148 throws SignatureException {
1158 protected byte[] engineSign() throws SignatureException {
1164 throws SignatureException {
1170 throws SignatureException {
1176 throws SignatureException {
1238 protected void engineUpdate(byte b) throws SignatureException {
1243 throws SignatureException {
1250 throw new SignatureException
1255 protected byte[] engineSign() throws SignatureException {
1259 throw new SignatureException("doFinal() failed", e);
1261 throw new SignatureException("doFinal() failed", e);
1266 throws SignatureException {
1277 throw new SignatureException("doFinal() failed", e);