代码搜索:ISO 9001 开发教程
找到约 10,000 项符合「ISO 9001 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/192915/5149641
c stem_iso_8859_1_swedish.c
/* This file was generated automatically by the Snowball to ANSI C compiler */
#include "../runtime/header.h"
extern int swedish_ISO_8859_1_stem(struct SN_env * z);
static int r_other_suffix(
www.eeworm.com/read/192915/5149644
h stem_iso_8859_1_french.h
/* This file was generated automatically by the Snowball to ANSI C compiler */
#ifdef __cplusplus
extern "C" {
#endif
extern struct SN_env * french_ISO_8859_1_create_env(void);
extern void
www.eeworm.com/read/190661/5182606
java iso9796d2signer.java
package org.bouncycastle.crypto.signers;
import org.bouncycastle.crypto.AsymmetricBlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.CryptoException;
import
www.eeworm.com/read/190661/5182609
java iso9796d2psssigner.java
package org.bouncycastle.crypto.signers;
import java.security.SecureRandom;
import org.bouncycastle.crypto.AsymmetricBlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncyca
www.eeworm.com/read/190661/5182643
java iso9797alg3mac.java
package org.bouncycastle.crypto.macs;
import org.bouncycastle.crypto.BlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.Mac;
import org.bouncycastle.cry
www.eeworm.com/read/190661/5182655
java iso10126d2padding.java
package org.bouncycastle.crypto.paddings;
import java.security.SecureRandom;
import org.bouncycastle.crypto.InvalidCipherTextException;
/**
* A padder that adds ISO10126-2 padding to a block.
*/
www.eeworm.com/read/190661/5182656
java iso7816d4padding.java
package org.bouncycastle.crypto.paddings;
import java.security.SecureRandom;
import org.bouncycastle.crypto.InvalidCipherTextException;
/**
* A padder that adds the padding according to the scheme
www.eeworm.com/read/190661/5182766
java iso9796d1encoding.java
package org.bouncycastle.crypto.encodings;
import org.bouncycastle.crypto.AsymmetricBlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.InvalidCipherTextExcep
www.eeworm.com/read/190661/5182867
java iso9797alg3mactest.java
package org.bouncycastle.crypto.test;
import org.bouncycastle.crypto.BlockCipher;
import org.bouncycastle.crypto.Mac;
import org.bouncycastle.crypto.engines.DESEngine;
import org.bouncycastle.crypto.