diff options
Diffstat (limited to 'crypto/src/asn1/x509/SubjectPublicKeyInfo.cs')
-rw-r--r-- | crypto/src/asn1/x509/SubjectPublicKeyInfo.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs b/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs index ae44a451f..474493dcf 100644 --- a/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs +++ b/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs @@ -79,19 +79,6 @@ namespace Org.BouncyCastle.Asn1.X509 } /** - * for when the public key is an encoded object - if the bitstring - * can't be decoded this routine raises an IOException. - * - * @exception IOException - if the bit string doesn't represent a Der - * encoded object. - */ - [Obsolete("Use 'ParsePublicKey' instead")] - public Asn1Object GetPublicKey() - { - return Asn1Object.FromByteArray(keyData.GetOctets()); - } - - /** * for when the public key is raw bits... */ public DerBitString PublicKeyData |