Searched refs:updateAAD (Results 1 – 2 of 2) sorted by relevance
113 public final void updateAAD(byte[] src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher115 public final void updateAAD(byte[] src, int offset, int len) { throw new RuntimeException("Stub!");… in updateAAD() method in Cipher117 public final void updateAAD(java.nio.ByteBuffer src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher
2564 public final void updateAAD(byte[] src) { in updateAAD() method in Cipher2569 updateAAD(src, 0, src.length); in updateAAD()2602 public final void updateAAD(byte[] src, int offset, int len) { in updateAAD() method in Cipher2648 public final void updateAAD(ByteBuffer src) { in updateAAD() method in Cipher