Java Doc for PGPKeyRingTest.java in » Security » Bouncy-Castle » org » bouncycastle » openpgp » test » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Security
»
Bouncy Castle
»
org.bouncycastle.openpgp.test
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.bouncycastle.util.test
.SimpleTest
org.bouncycastle.openpgp.test
.PGPKeyRingTest
PGPKeyRingTest
public
class PGPKeyRingTest extends
SimpleTest
(Code)
Field Summary
char[]
pass1
byte[]
pub1
byte[]
pub10
byte[]
pub2
byte[]
pub3
byte[]
pub5
byte[]
pub6
byte[]
pub6check
byte[]
pub7
byte[]
pub7check
byte[]
pub8
byte[]
pubWithX509
public
byte[]
rewrapKey
char[]
rewrapPass
byte[]
sec1
byte[]
sec10
public
char[]
sec10pass
byte[]
sec2
char[]
sec2pass1
char[]
sec2pass2
byte[]
sec3
char[]
sec3pass1
byte[]
sec4
byte[]
sec5
char[]
sec5pass1
byte[]
sec8
char[]
sec8pass
byte[]
sec9
public
char[]
sec9pass
public
byte[]
subKeyBindingCheckSum
public
byte[]
subKeyBindingKey
Method Summary
public
void
generateSha1Test
()
public
void
generateTest
()
public
String
getName
()
public
static void
main
(
String
[] args)
public
void
performTest
()
public
void
test1
()
public
void
test10
()
public
void
test2
()
public
void
test3
()
public
void
test4
()
public
void
test5
()
public
void
test6
()
public
void
test7
()
public
void
test8
()
public
void
test9
()
Field Detail
pass1
char[] pass1
(Code)
pub1
byte[] pub1
(Code)
pub10
byte[] pub10
(Code)
pub2
byte[] pub2
(Code)
pub3
byte[] pub3
(Code)
pub5
byte[] pub5
(Code)
pub6
byte[] pub6
(Code)
pub6check
byte[] pub6check
(Code)
pub7
byte[] pub7
(Code)
pub7check
byte[] pub7check
(Code)
pub8
byte[] pub8
(Code)
pubWithX509
byte[] pubWithX509
(Code)
rewrapKey
public
byte[] rewrapKey
(Code)
rewrapPass
char[] rewrapPass
(Code)
sec1
byte[] sec1
(Code)
sec10
byte[] sec10
(Code)
sec10pass
public
char[] sec10pass
(Code)
sec2
byte[] sec2
(Code)
sec2pass1
char[] sec2pass1
(Code)
sec2pass2
char[] sec2pass2
(Code)
sec3
byte[] sec3
(Code)
sec3pass1
char[] sec3pass1
(Code)
sec4
byte[] sec4
(Code)
sec5
byte[] sec5
(Code)
sec5pass1
char[] sec5pass1
(Code)
sec8
byte[] sec8
(Code)
sec8pass
char[] sec8pass
(Code)
sec9
byte[] sec9
(Code)
sec9pass
public
char[] sec9pass
(Code)
subKeyBindingCheckSum
public
byte[] subKeyBindingCheckSum
(Code)
subKeyBindingKey
public
byte[] subKeyBindingKey
(Code)
Method Detail
generateSha1Test
public
void generateSha1Test() throws
Exception
(Code)
generateTest
public
void generateTest() throws
Exception
(Code)
getName
public
String
getName()
(Code)
main
public
static void main(
String
[] args)
(Code)
performTest
public
void performTest() throws
Exception
(Code)
test1
public
void test1() throws
Exception
(Code)
test10
public
void test10() throws
Exception
(Code)
test2
public
void test2() throws
Exception
(Code)
test3
public
void test3() throws
Exception
(Code)
test4
public
void test4() throws
Exception
(Code)
test5
public
void test5() throws
Exception
(Code)
test6
public
void test6() throws
Exception
(Code)
test7
public
void test7() throws
Exception
(Code)
test8
public
void test8() throws
Exception
(Code)
test9
public
void test9() throws
Exception
(Code)
Methods inherited from
org.bouncycastle.util.test.SimpleTest
protected
boolean areEqual(byte[] a, byte[] b)
(Code)
(Java Doc)
protected
void fail(
String
message)
(Code)
(Java Doc)
protected
void fail(
String
message,
Throwable
throwable)
(Code)
(Java Doc)
protected
void fail(
String
message,
Object
expected,
Object
found)
(Code)
(Java Doc)
abstract
public
String
getName()
(Code)
(Java Doc)
public
TestResult
perform()
(Code)
(Java Doc)
abstract
public
void performTest() throws
Exception
(Code)
(Java Doc)
protected
static void runTest(
Test
test)
(Code)
(Java Doc)
protected
static void runTest(
Test
test,
PrintStream
out)
(Code)
(Java Doc)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.