Searched defs:updateAAD (Results 1 – 2 of 2) sorted by relevance
117 public final void updateAAD(byte[] src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher119 public final void updateAAD(byte[] src, int offset, int len) { throw new RuntimeException("Stub!");… in updateAAD() method in Cipher121 public final void updateAAD(java.nio.ByteBuffer src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher
2583 public final void updateAAD(byte[] src) { in updateAAD() method in Cipher2621 public final void updateAAD(byte[] src, int offset, int len) { in updateAAD() method in Cipher2667 public final void updateAAD(ByteBuffer src) { in updateAAD() method in Cipher