Tabnine Logo
ExemptionMechanismSpi.engineGetOutputSize
Code IndexAdd Tabnine to your IDE (free)

How to use
engineGetOutputSize
method
in
javax.crypto.ExemptionMechanismSpi

Best Java code snippets using javax.crypto.ExemptionMechanismSpi.engineGetOutputSize (Showing top 7 results out of 315)

origin: robovm/robovm

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: MobiVM/robovm

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: ibinti/bugvm

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: com.gluonhq/robovm-rt

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
origin: FlexoVM/flexovm

/**
 * Returns the size in bytes for the output buffer needed to hold the output
 * of the next {@link #genExemptionBlob} call, given the specified {@code
 * inputLen} (in bytes).
 *
 * @param inputLen
 *            the specified input length (in bytes).
 * @return the size in bytes for the output buffer.
 * @throws IllegalStateException
 *             if this {@code ExemptionMechanism} instance is not
 *             initialized.
 */
public final int getOutputSize(int inputLen) throws IllegalStateException {
  if (!isInit) {
    throw new IllegalStateException("ExemptionMechanism is not initialized");
  }
  return spiImpl.engineGetOutputSize(inputLen);
}
javax.cryptoExemptionMechanismSpiengineGetOutputSize

Javadoc

Returns the size in bytes for the output buffer needed to hold the output of the next #engineGenExemptionBlob call, given the specified inputLen (in bytes).

Popular methods of ExemptionMechanismSpi

  • engineGenExemptionBlob
    Generates the result key blob for this exemption mechanism and stores it into the output buffer at o
  • engineInit
    Initializes this ExemptionMechanism instance with the specified key and algorithm parameters.

Popular in Java

  • Reading from database using SQL prepared statement
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Path (java.nio.file)
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now