Interface UpdatableExtendedRequest

    • Method Detail

      • setRequestOID

        void setRequestOID​(java.lang.String oid)
        Specifies the OID for the extended request.
        Parameters:
        oid - The OID for the extended request. It must not be null.
      • setRequestValue

        void setRequestValue​(ASN1OctetString value)
        Specifies the value for the extended request, if any.
        Parameters:
        value - The value for the extended request. It may be null if there should not be a value.