代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
09.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 9 (0x9)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=CA, ST=Ontario, O=Openswan, CN=ca.openswan.org/emailA
north.uml.freeswan.org.cert
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 11 (0xb)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=CA, ST=Ontario, O=Openswan, CN=ca.openswan.org/email
cacert.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 5 (0x5)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=CA, ST=Ontario, O=Openswan, CN=ca.openswan.org/emailA
cacert-old.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 4 (0x4)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=CA, ST=Ontario, L=Toronto, O=Openswan, CN=ca.openswan
cacert-expired.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 4 (0x4)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=CA, ST=Ontario, L=Toronto, O=Openswan, CN=ca.openswan
idct_arai.hh
/*********************************************************************
idct_arai.hh
purpose:
Perform IDCT using AAN-algorithm.
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 1
concretestrategy.java
package com.javapatterns.strategy;
public class ConcreteStrategy extends Strategy
{
public void strategyInterface()
{
//write you algorithm code here
}
}
testlrucache.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.base.algorithm;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Test
testcompletealgorithm.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.base.algorithm;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.f
testunlimitedcache.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.base.algorithm;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* Test