Searched refs:specifiedSpi (Results 1 – 1 of 1) sorted by relevance
144 private final CipherSpi specifiedSpi; field in Cipher184 this.specifiedSpi = cipherSpi; in Cipher()193 this.specifiedSpi = null; in Cipher()345 if (specifiedSpi != null) { in getSpi()346 return specifiedSpi; in getSpi()