Skip to content

Commit a128c34

Browse files
committed
added package-info classes
1 parent fab2677 commit a128c34

File tree

136 files changed

+611
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+611
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes for the French ANSSI EC curves.
3+
*/
4+
package org.bouncycastle.asn1.anssi;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* ASN.1 classes specific to the Bouncy Castle APIs.
3+
*/
4+
package org.bouncycastle.asn1.bc;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
3+
*/
4+
package org.bouncycastle.asn1.cryptopro;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes for Chinese Standard (GM) standard curves and algorithms.
3+
*/
4+
package org.bouncycastle.asn1.gm;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes for NIST related objects.
3+
*/
4+
package org.bouncycastle.asn1.nist;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes useful for encoding and supporting OCSP objects.
3+
*/
4+
package org.bouncycastle.asn1.ocsp;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* A library for parsing and writing ASN.1 objects. Support is provided for DER and BER encoding.
3+
*/
4+
package org.bouncycastle.asn1;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes useful for encoding and supporting the various RSA PKCS documents.
3+
*/
4+
package org.bouncycastle.asn1.pkcs;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Classes for support of the SEC standard for Elliptic Curve.
3+
*/
4+
package org.bouncycastle.asn1.sec;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support classes for TeleTrust related objects.
3+
*/
4+
package org.bouncycastle.asn1.teletrust;

0 commit comments

Comments
 (0)