Class PKCSObjectIdentifiersBC

    • Constructor Detail

      • PKCSObjectIdentifiersBC

        public PKCSObjectIdentifiersBC​(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers)
        Creates new wrapper instance for PKCSObjectIdentifiers.
        Parameters:
        pkcsObjectIdentifiers - PKCSObjectIdentifiers to be wrapped
    • Method Detail

      • getPKCSObjectIdentifiers

        public org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers getPKCSObjectIdentifiers()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped PKCSObjectIdentifiers.
      • equals

        public boolean equals​(java.lang.Object o)
        Indicates whether some other object is "equal to" this one. Compares wrapped objects.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Returns a hash code value based on the wrapped object.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Delegates toString method call to the wrapped object.
        Overrides:
        toString in class java.lang.Object