Searched refs:updateAAD (Results 1 – 3 of 3) 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 Cipher2588 updateAAD(src, 0, src.length); in updateAAD()2621 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
18958 method public final void updateAAD(byte[]);18959 method public final void updateAAD(byte[], int, int);18960 method public final void updateAAD(java.nio.ByteBuffer);