![JAR search and dependency download from the Maven repository](/logo.png)
com.dyadicsec.provider.KeyParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unbound-java-provider Show documentation
Show all versions of unbound-java-provider Show documentation
This is a collection of JAVA libraries that implement Unbound cryptographic classes for JAVA provider, PKCS11 wrapper, cryptoki, and advapi
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