Interface ISubjectPublicKeyInfo

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
SubjectPublicKeyInfoBC, SubjectPublicKeyInfoBCFips

public interface ISubjectPublicKeyInfo extends IASN1Encodable
This interface represents the wrapper for SubjectPublicKeyInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Details

    • getAlgorithm

      IAlgorithmIdentifier getAlgorithm()
      Calls actual getAlgorithm method for the wrapped SubjectPublicKeyInfo object.
      Returns:
      IAlgorithmIdentifier wrapped AlgorithmIdentifier.
    • getPublicKeyData

      IASN1BitString getPublicKeyData()
      Calls actual getPublicKeyData method for the wrapped SubjectPublicKeyInfo object.
      Returns:
      IASN1BitString wrapped ASN1 Bit String representing public key data.