From 04b286bffca2cb6216e4a4ba68a3484ad1709308 Mon Sep 17 00:00:00 2001 From: David Hook Date: Sun, 30 Mar 2014 11:45:40 +1100 Subject: deprecated method removal. added some additional deprecations. removed core selector dependency on crypto version of SHA-1 --- .../main/java/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/main/java/org/bouncycastle') diff --git a/core/src/main/java/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java b/core/src/main/java/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java index c91fdc6c..476660ba 100644 --- a/core/src/main/java/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java +++ b/core/src/main/java/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java @@ -101,7 +101,7 @@ public class AuthorityKeyIdentifier * publicKey.getEncoded()).readObject()); * AuthorityKeyIdentifier aki = new AuthorityKeyIdentifier(apki); * - * + * @deprecated create the extension using org.bouncycastle.cert.X509ExtensionUtils **/ public AuthorityKeyIdentifier( SubjectPublicKeyInfo spki) @@ -118,6 +118,7 @@ public class AuthorityKeyIdentifier /** * create an AuthorityKeyIdentifier with the GeneralNames tag and * the serial number provided as well. + * @deprecated create the extension using org.bouncycastle.cert.X509ExtensionUtils */ public AuthorityKeyIdentifier( SubjectPublicKeyInfo spki, -- cgit v1.2.3