All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dyadicsec.provider.KeyParameters Maven / Gradle / Ivy

Go to download

This is a collection of JAVA libraries that implement Unbound cryptographic classes for JAVA provider, PKCS11 wrapper, cryptoki, and advapi

There is a newer version: 42761
Show newest version
package com.dyadicsec.provider;

/**
 * Created by valery.osheter on 15-Mar-17.
 */
public class KeyParameters extends com.unbound.provider.KeyParameters
{
  public static final int EXPORT_NONE = 3;
  public static final int EXPORT_WRAP_WITH_TRUSTED = 2;
  public static final int EXPORT_WRAP = 1;
  public static final int EXPORT_PLAIN = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy