Skip to content

Commit f8b5ae1

Browse files
committed
Add TODOs for extraneous classes
1 parent 0f4053a commit f8b5ae1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/main/java/org/bouncycastle/asn1/pkcs/EncryptionScheme.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import org.bouncycastle.asn1.ASN1Sequence;
88
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
99

10+
// TODO[api] This is not supposed to be a separate type; remove and use AlgorithmIdentifier
1011
public class EncryptionScheme
1112
extends ASN1Object
1213
{

core/src/main/java/org/bouncycastle/asn1/pkcs/KeyDerivationFunc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import org.bouncycastle.asn1.ASN1Sequence;
88
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
99

10+
// TODO[api] This is not supposed to be a separate type; remove and use AlgorithmIdentifier
1011
public class KeyDerivationFunc
1112
extends ASN1Object
1213
{

0 commit comments

Comments
 (0)